Struct representing an axis binding. Axis and std::function containing the action to be performed. More...
#include <InputComponent.hpp>
Public Attributes | |
| MouseAxis | axis |
| std::function< void(float)> | action |
Struct representing an axis binding. Axis and std::function containing the action to be performed.
Definition at line 38 of file InputComponent.hpp.
| std::function<void(float)> vex::MouseAxisBinding::action |
Definition at line 40 of file InputComponent.hpp.
| MouseAxis vex::MouseAxisBinding::axis |
Definition at line 39 of file InputComponent.hpp.