Skip to content

textmode.js / Textmodifier / mouseReleased

Method: mouseReleased()

ts
mouseReleased(callback): void;

Register the single-callback handler for mouse release events.

Parameters

ParameterTypeDescription
callbackMouseEventHandlerHandler to run with mouse event data when the mouse is released.

Returns

void

Example