KeyBinding

Defines a single keybinding.

Members

Functions

toInputBinding
InputBinding toInputBinding()

Converts the struct's other portion into an InputBinding

Variables

axisAsButton
bool axisAsButton;

True if axis is emulating a button outside of deadzone.

bc
BindingCode bc;

The code that will be used for the keybinding.

deadzones
float[2] deadzones;

Defines a deadzone for the axis.

name
string name;

The name of the keybinding.

Meta