On Mon, Jun 23, 2008 at 12:07 PM, Jason R. Coombs <[EMAIL PROTECTED]> wrote: > > On Jun 22, 10:04 pm, "Jason R. Coombs" <[EMAIL PROTECTED]> wrote: >> I intend to attach the file to this Google Groups forum. If that >> fails, I will follow up with a link to another resource. > > Indeed, I don't have access to upload files. Here's a link to the > file. > > https://www.jaraco.com/static/xinput.py
Good stuff. You should look at the files in (SVN trunk) experimental/input, where you'll find reasonably complete input implementations for DirectInput (Windows), X11-XInput (Linux) and OS X. I didn't write an XInput (the MS API, not the X11 API of the same name) implementation because it seems to only duplicate functionality of DirectInput, with the one exception being extended control of the Xbox 360 controller. There's a rough API sketched out in these files which you could try to match, but it's far from finalised. 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 -~----------~----~----~----~------~----~------~--~---
