 |
Blamite Game Engine - blam!
00296.01.12.21.0102.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:20
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