On 2/4/08, infinite8s <[EMAIL PROTECTED]> wrote: > > I am looking for fucntionality similar to PyGame's USEREVENT. I've > found dispatch_event, but that seems to require a reference to a > window. Is there a global event post function?
No, but you can create your own subclass of EventDispatcher as a source of global events. See the relevant sections of the manual. 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 -~----------~----~----~----~------~----~------~--~---
