Skip to content

textmode.js / Textmodifier / mouseMoved

Method: mouseMoved()

ts
mouseMoved(callback): void;

Register the single-callback handler for mouse movement.

Parameters

ParameterTypeDescription
callbackMouseEventHandlerHandler to run with mouse event data when the mouse moves.

Returns

void

Example