Macros
Mouse buttons

See mouse button input for how these are used. 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_MIDDLE   GLFW_MOUSE_BUTTON_3
 
#define GLFW_MOUSE_BUTTON_RIGHT   GLFW_MOUSE_BUTTON_2
 

Detailed Description

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 457 of file glfw3.h.

◆ GLFW_MOUSE_BUTTON_2

#define GLFW_MOUSE_BUTTON_2   1

Definition at line 458 of file glfw3.h.

◆ GLFW_MOUSE_BUTTON_3

#define GLFW_MOUSE_BUTTON_3   2

Definition at line 459 of file glfw3.h.

◆ GLFW_MOUSE_BUTTON_4

#define GLFW_MOUSE_BUTTON_4   3

Definition at line 460 of file glfw3.h.

◆ GLFW_MOUSE_BUTTON_5

#define GLFW_MOUSE_BUTTON_5   4

Definition at line 461 of file glfw3.h.

◆ GLFW_MOUSE_BUTTON_6

#define GLFW_MOUSE_BUTTON_6   5

Definition at line 462 of file glfw3.h.

◆ GLFW_MOUSE_BUTTON_7

#define GLFW_MOUSE_BUTTON_7   6

Definition at line 463 of file glfw3.h.

◆ GLFW_MOUSE_BUTTON_8

#define GLFW_MOUSE_BUTTON_8   7

Definition at line 464 of file glfw3.h.

◆ GLFW_MOUSE_BUTTON_LAST

#define GLFW_MOUSE_BUTTON_LAST   GLFW_MOUSE_BUTTON_8

Definition at line 465 of file glfw3.h.

◆ GLFW_MOUSE_BUTTON_LEFT

#define GLFW_MOUSE_BUTTON_LEFT   GLFW_MOUSE_BUTTON_1

Definition at line 466 of file glfw3.h.

◆ GLFW_MOUSE_BUTTON_MIDDLE

#define GLFW_MOUSE_BUTTON_MIDDLE   GLFW_MOUSE_BUTTON_3

Definition at line 468 of file glfw3.h.

◆ GLFW_MOUSE_BUTTON_RIGHT

#define GLFW_MOUSE_BUTTON_RIGHT   GLFW_MOUSE_BUTTON_2

Definition at line 467 of file glfw3.h.



libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:05