ProcessedInput struct
#include <Jazz2/Input/ControlScheme.h>
Result returned by ControlScheme::
Holds the resolved input state of a single local player for the current frame, combining the set of pressed actions as a bit mask with a normalized analog movement vector.
Public variables
-
std::
uint64_t PressedActions - Pressed actions.
- Vector2f Movement
- Movement vector.