DGLE2   Young, strong and crazy!
Public Attributes | List of all members
TMouseStates Struct Reference

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.
 

Detailed Description

Describes the state of the mouse.

See Also
IInput

Member Data Documentation

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.


Sun Nov 16 2014 09:47:30   Generated by   doxygen   Content copyrighted to DGLE Team