New issue 479 by sfornengo: on_mouse_scroll event
http://code.google.com/p/pyglet/issues/detail?id=479
on_mouse_scroll event does not supply modifiers:
def on_mouse_scroll(self, x, y, scroll_x, scroll_y):
...
we need something like:
def on_mouse_scroll(self, x, y, scroll_x, scroll_y, modifiers):
...
--
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