Interface MoveMouseWheelCallback.Params
- Enclosing interface:
- MoveMouseWheelCallback
public static interface MoveMouseWheelCallback.Params
The parameters of the
MoveMouseWheelCallback
.-
Method Summary
Modifier and TypeMethodDescriptiondefault MouseWheel
event()
Returns theMouseWheel
event that is about to be processed by the browser.
-
Method Details
-
event
Returns theMouseWheel
event that is about to be processed by the browser.
-