Version:
class
SystemClass
provides methods to monitor system-level input events
typescript
class SystemClassMethods
isMonitoringInputEvents
isMonitoringInputEvents(): booleanReturns whether input events are currently being monitored
Returns
booleanstartMonitoringInputEvents
startMonitoringInputEvents(): voidStarts monitoring input events
stopMonitoringInputEvents
stopMonitoringInputEvents(): voidStops monitoring input events
Was this page helpful?