On Fri, Oct 2, 2009 at 12:14 PM, Ben Sizer <[email protected]> wrote:
> > Hello all, > > I'm interested in using things like gamepads and joysticks with > pyglet. As far as I can see there's no support for this, and I seem to > recall Alex once saying that no support would be likely to be > forthcoming. > > So I just wondered, is this still the case? And, is anybody using > these other input devices with pyglet - and if so, using which > libraries? I know pygame has joystick support but I wouldn't have > thought pyglet and pygame cooperate all that well. > > Strangely enough, I've searched this Google Group for 'pygame', > 'controller', 'joystick', 'joypad', and 'gamepad', each coming up with > no results. I find that hard to believe, as I thought this sort of > thing was discussed before, so maybe there's a bug somewhere. > > -- > Ben Sizer > > pyglet stable ( 1.1.3 release or svn branch 1.1 maintenance) has no support for extra input devices. pyglet trunk , which is 1.2dev, begun to build support for extra devices. look at trunk/examples/joystick.py The caveat is that 1.2dev it is not stable. pygame certainlly have joystick support, look at the docs in the section joystick. -- claudio --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
