Struct representing an input binding. SDL_Scancode, state and std::function containing the action to be performed. More...
#include <InputComponent.hpp>
Public Attributes | |
| SDL_Scancode | scancode |
| InputActionState | state |
| std::function< void(float)> | action |
Struct representing an input binding. SDL_Scancode, state and std::function containing the action to be performed.
Definition at line 31 of file InputComponent.hpp.
| std::function<void(float)> vex::InputBinding::action |
Definition at line 34 of file InputComponent.hpp.
| SDL_Scancode vex::InputBinding::scancode |
Definition at line 32 of file InputComponent.hpp.
| InputActionState vex::InputBinding::state |
Definition at line 33 of file InputComponent.hpp.