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

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?