Describes the state of the mouse. More...
#include <DGLE_Types.h>
Public Attributes | |
int | iX |
X coordinate of mouse pointer. | |
int | iY |
Y coordinate of mouse pointer. | |
int | iDeltaX |
The difference between the current and previous X coordinate value. | |
int | iDeltaY |
The difference between the current and previous Y coordinate value. | |
int | iDeltaWheel |
Mouse wheel offset. | |
bool | bLeftButton |
Is mouse left button pressed. | |
bool | bRightButton |
Is mouse right button pressed. | |
bool | bMiddleButton |
Is mouse middle button pressed. | |
Describes the state of the mouse.
bool bLeftButton |
Is mouse left button pressed.
bool bMiddleButton |
Is mouse middle button pressed.
bool bRightButton |
Is mouse right button pressed.
int iDeltaWheel |
Mouse wheel offset.
int iDeltaX |
The difference between the current and previous X coordinate value.
int iDeltaY |
The difference between the current and previous Y coordinate value.
int iX |
X coordinate of mouse pointer.
int iY |
Y coordinate of mouse pointer.