34 [[nodiscard]] std::pair<float, float>
mouse_delta()
const override;
36 [[nodiscard]] std::pair<float, float>
mouse_scroll()
const override;
Represents a point in 2D space.
Definition point.h:6
KeyCode
Definition key_code.h:5
MouseDirection
Represents the primary directions of mouse wheel movement.
Definition mouse_state.h:14
Aggregates all mouse-related state information.
Definition mouse_state.h:61