ArcBees / gwtquery

A jQuery clone for GWT, and much more.
MIT License
85 stars 38 forks source link

Not able to access mousewheel event data #195

Closed jDramaix closed 11 years ago

jDramaix commented 11 years ago

Original author: kisalay...@gmail.com (December 17, 2012 12:53:56)

What steps will reproduce the problem? NO method to access mouse wheel event. Bound an event to "mousewheel" event, the event works but no way to access the event data.

What version of the product are you using? On what operating system? Linux, 1.2 (latest pulled in)

Original issue: http://code.google.com/p/gwtquery/issues/detail?id=164

jDramaix commented 11 years ago

From kisalay...@gmail.com on January 17, 2013 07:15:44 Solved, used getMouseWheelVelocityY() instead