On Fri, Jan 23, 2009 at 10:22 AM, __doc__ <[email protected]> wrote: > > On Jan 22, 9:49 pm, Alex Holkner <[email protected]> wrote: >> Are you checking the Joystick.[xyz] values, or the underlying axes >> that the joystick is using? > I do this http://paste.pocoo.org/show/100883/
Right -- this is using the (lower level) device API. The Joystick class (see pyglet/input/base.py) presents a simpler joystick interface that smoothes over the differences between various joysticks and platforms, and normalizes axes. Alex. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
