New issue 467 by pyalot: Setting the mouse position should be exposed to
pyglet users
http://code.google.com/p/pyglet/issues/detail?id=467
In some usage scenarios it is desirable to set the mouse position yourself.
Pyglet does manipulate the mouse position on its own, so the functionality
is there, it is just not exposed to the user.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Changeset there: http://hg.codeflow.org/pyglet/rev/a59463189f6a feel free
to pull
from http://hg.codeflow.org/pyglet/
Fixed the carbon set_mouse_position method
http://hg.codeflow.org/pyglet/rev/95dc1fa33e94
Comment #3 on issue 467 by andreas.schiefer: Setting the mouse position
should be exposed to pyglet users
http://code.google.com/p/pyglet/issues/detail?id=467
Implemented in rev a59463189f (with some fixes in rev 95dc1fa33e and rev
5d1dc1bcb3)