On Sep 11, 8:14 am, Alex Holkner <[EMAIL PROTECTED]> wrote:

> >          wrap('tools/wraptypes/wrap.py',
> > +            '-opyglet/window/xlib/xinput.py',
> > +            '-lXi',
> > +             '-mpyglet.window.xlib.xlib',
> > +            '/usr/include/X11/extensions/XInput.h',
> > +            '/usr/include/X11/extensions/XIproto.h')
>
> Any reasons for these?  I would like to add more input support
> (especially tablets/joysticks) to future versions of pyglet, but not
> before the 1.0 release.

I started toying with xinput (to get tablet input). Having xinput
around is a bit of an enabler. Whatever way the integration of devices
is going down (integrated in pyglet or as custom event dispatchers in
some contributed code, or somehow else), it's not happening without
xinput (on xlib).

Florian


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to