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