On Mar 22, 9:31 am, Nicolas Rougier <[email protected]> wrote: > Also, I'm not 100% sure but I think the sign of dy in the > 'on_mouse_drag' event handler may have been reversed. >
Yes, you are right. While looking at this, I also noticed that the dx values for scroll wheel events when scrolling left or right do not match up to what I might expect. Currently dx is negative when scrolling right and positive when scrolling left. Should this be considered correct behavior? For comparison, dy is positive scrolling up and negative scrolling down. Also, I'm not getting any mouse button information from Carbon. Is this broken? --phillip -- 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.
