galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
galaxy::MouseWheel Member List

This is the complete list of members for galaxy::MouseWheel, including all inherited members.

consume() noexceptgalaxy::Event
consumed() const noexceptgalaxy::Event
Event() noexceptgalaxy::Event
Event(Event &&) noexceptgalaxy::Event
Event(const Event &) noexceptgalaxy::Event
m_amount_xgalaxy::MouseWheel
m_amount_ygalaxy::MouseWheel
m_directiongalaxy::MouseWheel
m_handledgalaxy::Eventprotected
m_mouse_xgalaxy::MouseWheel
m_mouse_ygalaxy::MouseWheel
m_total_xgalaxy::MouseWheel
m_total_ygalaxy::MouseWheel
MouseWheel(const float ax, const float ay, const SDL_MouseWheelDirection dir, const float mx, const float my, const int tx, const int ty) noexceptgalaxy::MouseWheel
operator=(Event &&) noexceptgalaxy::Event
operator=(const Event &) noexceptgalaxy::Event
~Event() noexceptgalaxy::Eventvirtual