onEnableMouseEvent
function onEnableMouseEvent(isEnabled: boolean): void
Description
The function called to turn the mouse or touchpad events on/off.
Parameters
- isEnabled
boolean
Defines if the mouse or touchpad is enabled (true) or not (false).
Returns
void