Interface MoveMouseWheelCallback.Response
- Enclosing interface:
- MoveMouseWheelCallback
public static interface MoveMouseWheelCallback.Response
A response of the
MoveMouseWheelCallback.-
Method Details
-
proceed
Returns aResponseinstance that allows the browser to process the event. -
suppress
Returns aResponseinstance that indicates that the event should be suppressed.
-