Jazz2::Input::ProcessedInput struct

Result returned by ControlScheme::FetchProcessedInput().

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.