public static interface MoveMouseWheelCallback.Response
MoveMouseWheelCallback
.Modifier and Type | Method and Description |
---|---|
static MoveMouseWheelCallback.Response |
proceed()
Returns a
Response instance that allows the browser to process the event. |
static MoveMouseWheelCallback.Response |
suppress()
Returns a
Response instance that indicates that the event should be suppressed. |
static MoveMouseWheelCallback.Response proceed()
Response
instance that allows the browser to process the event.static MoveMouseWheelCallback.Response suppress()
Response
instance that indicates that the event should be suppressed.