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
Parameters
callbackIDstring- The ID to clear any assigned function from.
Returns
Nothing.