keyBinds property

KeyBindings<T> keyBinds
final

Keyboard input bindings that this UI consumes and handles.

Note that bound inputs are triggered on key down events.

Implementation

final keyBinds = KeyBindings<T>();