8#ifndef GALAXY_EVENTS_MOUSERELEASED_HPP_
9#define GALAXY_EVENTS_MOUSERELEASED_HPP_
MouseButton
Enum class representing mouse buttons.
This allows an event to be marked as being "handled" so events lower in the stack can no longer consu...
Contains data relating to a mouse released event.
int m_clicks
1 for single-click, 2 for double-click, etc.
float m_xpos
X coordinate, relative to window.
float m_ypos
Y coordinate, relative to window.
MouseButton m_button
The mouse button index.