 |
Blamite Game Engine - blam!
00346.12.11.21.0529.blamite
The core library for the Blamite Game Engine.
|
int GetX()
Retrieves the X position of the mouse.
Definition: MouseMoveEvent.cpp:9
Class representing a generic event.
Definition: BlamEvent.h:21
MouseMoveEvent(int _x, int _y)
Constructs a new event.
Definition: MouseMoveEvent.cpp:3
Class representing a mouse movement event.
Definition: MouseMoveEvent.h:10
int GetY()
Retrieves the Y position of the mouse.
Definition: MouseMoveEvent.cpp:14