8#ifndef GALAXY_EVENTS_MOUSEPRESSED_HPP_
9#define GALAXY_EVENTS_MOUSEPRESSED_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 pressed event.
MouseButton m_button
The mouse button index.
float m_ypos
Y coordinate, relative to window.
int m_clicks
1 for single-click, 2 for double-click, etc.
float m_xpos
X coordinate, relative to window.