[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

RE: [pygame] RE: Quick question about Playstation Joystick



Would you have any idea how I can access these bindings?

Thanks,
Garry

-----Original Message-----
From: owner-pygame-users@xxxxxxxx [mailto:owner-pygame-users@xxxxxxxx] On
Behalf Of Peter Shinners
Sent: Monday, October 17, 2005 10:33 AM
To: pygame-users@xxxxxxxx
Subject: Re: [pygame] RE: Quick question about Playstation Joystick

On Mon, 2005-10-17 at 09:34 -0500, Garry M. Gaber wrote:
> After research on the net, reading the pygame documentation and much
> testing, I have successfully wired a Sony Playstation controller into
> my PC and am reading it into a Panda game through Python and pygame.
> Just a quick question: is there any way to access the force feedback
> built into the controller (for instance, one of the forces is called
> GUID_ConstantForce)?

There's no way to access force feedback through the SDL library. At one
point I saw some quick and dirty Python bindings to DirectX stuff. That
may be enough to trigger that sort of thing?