Input bindings.
The type of the binding keys.
Constructs new input bindings.
A collection that maps keys to actions.
The default bindings.
Clears the current bindings.
This instance.
Clears the default bindings.
Clones these bindings.
The cloned bindings.
Copies the given bindings, including the default bindings.
Bindings.
Unbinds a key.
The key.
Whether the binding existed.
Copies the given JSON data.
The JSON data.
Returns the action that is bound to the given key.
A key.
The action, or undefined if the key is not bound to any action.
Checks if the given key is bound to an action.
Whether the given key is bound to an action.
Resets the current bindings to match the default bindings.
Binds a key to an action.
An action.
Establishes default bindings and resets the current bindings.
Input bindings.