On 12/14/07, sol <[EMAIL PROTECTED]> wrote: > > Is there currently any way to set the position of the mouse cursor > from pyglet? I couldn't find one but thought I would check.
No, but the relevant API calls on Windows (SetCursorPos) and Linux (XWarpPointer) are used in pyglet internally; you should be able to find these and put them to your use without much effort. 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 -~----------~----~----~----~------~----~------~--~---
