Expand description
Tools for working with button-like user inputs (mouse clicks, gamepad button, keyboard inputs and so on)
Structs§
- Button
Value - Current values of a button.
Enums§
- Button
State - The current state of a particular button,
usually corresponding to a single
Actionlike
action.