Skip to content

mintmousse.removeEvent

Used ot removed any functions assigned to a given callback ID.

Thread behaviour

This function can only be called on the main thread. As no callback details are kept on individual threads.

Synopsis

mintmousse.removeEvent( callbackID )

Parameters

callbackID string
The ID to clear any assigned function from.

Returns

Nothing.

Examples

mintmousse.removeEvent("myButtonEvent")

See Also