Elevate Engine 1
Loading...
Searching...
No Matches
MouseButtonCodes.h File Reference

Go to the source code of this file.

Macros

#define EE_MOUSE_BUTTON_1   0
 
#define EE_MOUSE_BUTTON_2   1
 
#define EE_MOUSE_BUTTON_3   2
 
#define EE_MOUSE_BUTTON_4   3
 
#define EE_MOUSE_BUTTON_5   4
 
#define EE_MOUSE_BUTTON_6   5
 
#define EE_MOUSE_BUTTON_7   6
 
#define EE_MOUSE_BUTTON_8   7
 
#define EE_MOUSE_BUTTON_LAST   EE_MOUSE_BUTTON_8
 
#define EE_MOUSE_BUTTON_LEFT   EE_MOUSE_BUTTON_1
 
#define EE_MOUSE_BUTTON_RIGHT   EE_MOUSE_BUTTON_2
 
#define EE_MOUSE_BUTTON_MIDDLE   EE_MOUSE_BUTTON_3
 

Macro Definition Documentation

◆ EE_MOUSE_BUTTON_1

#define EE_MOUSE_BUTTON_1   0

Definition at line 4 of file MouseButtonCodes.h.

◆ EE_MOUSE_BUTTON_2

#define EE_MOUSE_BUTTON_2   1

Definition at line 5 of file MouseButtonCodes.h.

◆ EE_MOUSE_BUTTON_3

#define EE_MOUSE_BUTTON_3   2

Definition at line 6 of file MouseButtonCodes.h.

◆ EE_MOUSE_BUTTON_4

#define EE_MOUSE_BUTTON_4   3

Definition at line 7 of file MouseButtonCodes.h.

◆ EE_MOUSE_BUTTON_5

#define EE_MOUSE_BUTTON_5   4

Definition at line 8 of file MouseButtonCodes.h.

◆ EE_MOUSE_BUTTON_6

#define EE_MOUSE_BUTTON_6   5

Definition at line 9 of file MouseButtonCodes.h.

◆ EE_MOUSE_BUTTON_7

#define EE_MOUSE_BUTTON_7   6

Definition at line 10 of file MouseButtonCodes.h.

◆ EE_MOUSE_BUTTON_8

#define EE_MOUSE_BUTTON_8   7

Definition at line 11 of file MouseButtonCodes.h.

◆ EE_MOUSE_BUTTON_LAST

#define EE_MOUSE_BUTTON_LAST   EE_MOUSE_BUTTON_8

Definition at line 12 of file MouseButtonCodes.h.

◆ EE_MOUSE_BUTTON_LEFT

#define EE_MOUSE_BUTTON_LEFT   EE_MOUSE_BUTTON_1

Definition at line 13 of file MouseButtonCodes.h.

◆ EE_MOUSE_BUTTON_MIDDLE

#define EE_MOUSE_BUTTON_MIDDLE   EE_MOUSE_BUTTON_3

Definition at line 15 of file MouseButtonCodes.h.

◆ EE_MOUSE_BUTTON_RIGHT

#define EE_MOUSE_BUTTON_RIGHT   EE_MOUSE_BUTTON_2

Definition at line 14 of file MouseButtonCodes.h.