FocusIO.emitEvent

Read an input event from an input device. Input devices will call this function every frame if an input event occurs.

FocusIO will usually pass these down to an ActionIO system. It is up to FocusIO to decide how the input and the resulting input actions are handled, though they will most often be passed to the focused node.

interface FocusIO
void
emitEvent

Parameters

event InputEvent

Input event the system should save.

Meta