Antkeeper
0.0.1
|
Event generated while an action is active. More...
#include <action-events.hpp>
Public Attributes | |
action * | action {nullptr} |
Active action. More... | |
float | input_value {0.0f} |
Control input value. More... | |
Event generated while an action is active.
Definition at line 39 of file action-events.hpp.
action* input::action_active_event::action {nullptr} |
Active action.
Definition at line 42 of file action-events.hpp.
float input::action_active_event::input_value {0.0f} |
Control input value.
Definition at line 45 of file action-events.hpp.