public interface MoveMouseCallback extends BrowserSyncCallback<MoveMouseCallback.Params,MoveMouseCallback.Response>
MouseMoved
event is about to be processed by the
browser.
Return the MoveMouseCallback.Response.proceed()
response to allow the browser to process the event.
Return the MoveMouseCallback.Response.suppress()
response to suppress the event.
Important: the engine will be blocked until you return a response from the callback.
Modifier and Type | Interface and Description |
---|---|
static interface |
MoveMouseCallback.Params
The parameters of the
MoveMouseCallback . |
static interface |
MoveMouseCallback.Response
A response of the
MoveMouseCallback . |
on