Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
Mouse buttons

Mouse button IDs. More...

+ Collaboration diagram for Mouse buttons:

Macros

#define GLFW_MOUSE_BUTTON_1   0
 
#define GLFW_MOUSE_BUTTON_2   1
 
#define GLFW_MOUSE_BUTTON_3   2
 
#define GLFW_MOUSE_BUTTON_4   3
 
#define GLFW_MOUSE_BUTTON_5   4
 
#define GLFW_MOUSE_BUTTON_6   5
 
#define GLFW_MOUSE_BUTTON_7   6
 
#define GLFW_MOUSE_BUTTON_8   7
 
#define GLFW_MOUSE_BUTTON_LAST   GLFW_MOUSE_BUTTON_8
 
#define GLFW_MOUSE_BUTTON_LEFT   GLFW_MOUSE_BUTTON_1
 
#define GLFW_MOUSE_BUTTON_RIGHT   GLFW_MOUSE_BUTTON_2
 
#define GLFW_MOUSE_BUTTON_MIDDLE   GLFW_MOUSE_BUTTON_3
 

Detailed Description

Mouse button IDs.

See mouse button input for how these are used.

Macro Definition Documentation

◆ GLFW_MOUSE_BUTTON_1

#define GLFW_MOUSE_BUTTON_1   0

Definition at line 569 of file glfw3.h.

◆ GLFW_MOUSE_BUTTON_2

#define GLFW_MOUSE_BUTTON_2   1

Definition at line 570 of file glfw3.h.

◆ GLFW_MOUSE_BUTTON_3

#define GLFW_MOUSE_BUTTON_3   2

Definition at line 571 of file glfw3.h.

◆ GLFW_MOUSE_BUTTON_4

#define GLFW_MOUSE_BUTTON_4   3

Definition at line 572 of file glfw3.h.

◆ GLFW_MOUSE_BUTTON_5

#define GLFW_MOUSE_BUTTON_5   4

Definition at line 573 of file glfw3.h.

◆ GLFW_MOUSE_BUTTON_6

#define GLFW_MOUSE_BUTTON_6   5

Definition at line 574 of file glfw3.h.

◆ GLFW_MOUSE_BUTTON_7

#define GLFW_MOUSE_BUTTON_7   6

Definition at line 575 of file glfw3.h.

◆ GLFW_MOUSE_BUTTON_8

#define GLFW_MOUSE_BUTTON_8   7

Definition at line 576 of file glfw3.h.

◆ GLFW_MOUSE_BUTTON_LAST

#define GLFW_MOUSE_BUTTON_LAST   GLFW_MOUSE_BUTTON_8

Definition at line 577 of file glfw3.h.

◆ GLFW_MOUSE_BUTTON_LEFT

#define GLFW_MOUSE_BUTTON_LEFT   GLFW_MOUSE_BUTTON_1

Definition at line 578 of file glfw3.h.

◆ GLFW_MOUSE_BUTTON_MIDDLE

#define GLFW_MOUSE_BUTTON_MIDDLE   GLFW_MOUSE_BUTTON_3

Definition at line 580 of file glfw3.h.

◆ GLFW_MOUSE_BUTTON_RIGHT

#define GLFW_MOUSE_BUTTON_RIGHT   GLFW_MOUSE_BUTTON_2

Definition at line 579 of file glfw3.h.