8#ifndef GALAXY_EVENTS_MOUSEMOVED_HPP_
9#define GALAXY_EVENTS_MOUSEMOVED_HPP_
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 moved event.
float m_yrel
The relative motion in the Y direction.
float m_ypos
Y coordinate, relative to window.
float m_xpos
X coordinate, relative to window.
float m_xrel
The relative motion in the X direction.