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