eventQueue

open override var eventQueue: ZEventQueue?(source)

Event queue that accumulates user input events for synchronous processing during the game loop frame update phase. When set, the manager will enqueue all input events to this queue.