Comment #5 on issue 207 by nls...@gmail.com: Horizontal scrolling causes an exception
http://code.google.com/p/piccolo2d/issues/detail?id=207

Unfortunately, the event does store much information in this case since horizontal scroll wheel support seems not to be implemented in AWT/Swing. I have found this related feature request:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6440198

Currently on my system two events are generated with the following properties:
java.awt.event.MouseEvent[MOUSE_PRESSED,(320,295),absolute(425,421),button=0,clickCount=1]
java.awt.event.MouseEvent[MOUSE_RELEASED,(320,295),absolute(425,421),button=0,clickCount=1]

The methods getModifiers() and getModifiersEx() return 0 for these events. Both events cause an exception, I have only reported the fist one above.

--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

Reply via email to