On Jan 30, 3:13 pm, Tristam MacDonald <[email protected]> wrote:
> Hmm, interesting question here: should a mouse movement event be generated
> when the mouse is warped?

I use the set_mouse_pos in the following fashion:
1) detect if user drags on a handle element
2) make the mouse invisible and
3) use the drag events to adjust the handle position
4) listen to the mouse release event to
5) adjust the mouse position to the middle of the handle and make it
visible again

Since I've stopped listening to drag events before I set the mouse
position, weather or not an event is generated should be of no
consequence for my usage.
--~--~---------~--~----~------------~-------~--~----~
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