editor › Globals › InteractionHandlerState
Enumeration: InteractionHandlerState
Index
Enumeration members
Enumeration members
IDLE
• IDLE: = "idle"
Defined in src/input/InteractionHandler.ts:59
The InteractionHandler is waiting for events and the queue should be empty.
PROCESSING
• PROCESSING: = "processing"
Defined in src/input/InteractionHandler.ts:55
The InteractionHandler is processing input events. Incoming events are enqueue for processing.
STOPPED
• STOPPED: = "stopped"
Defined in src/input/InteractionHandler.ts:63
The InteractionHandler will neither enqueue nor process any events anymore.