Macros
Mouse buttons
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

#define GLFW_MOUSE_BUTTON_1   0

Definition at line 423 of file glfw3.h.

#define GLFW_MOUSE_BUTTON_2   1

Definition at line 424 of file glfw3.h.

#define GLFW_MOUSE_BUTTON_3   2

Definition at line 425 of file glfw3.h.

#define GLFW_MOUSE_BUTTON_4   3

Definition at line 426 of file glfw3.h.

#define GLFW_MOUSE_BUTTON_5   4

Definition at line 427 of file glfw3.h.

#define GLFW_MOUSE_BUTTON_6   5

Definition at line 428 of file glfw3.h.

#define GLFW_MOUSE_BUTTON_7   6

Definition at line 429 of file glfw3.h.

#define GLFW_MOUSE_BUTTON_8   7

Definition at line 430 of file glfw3.h.

#define GLFW_MOUSE_BUTTON_LAST   GLFW_MOUSE_BUTTON_8

Definition at line 431 of file glfw3.h.

#define GLFW_MOUSE_BUTTON_LEFT   GLFW_MOUSE_BUTTON_1

Definition at line 432 of file glfw3.h.

#define GLFW_MOUSE_BUTTON_MIDDLE   GLFW_MOUSE_BUTTON_3

Definition at line 434 of file glfw3.h.

#define GLFW_MOUSE_BUTTON_RIGHT   GLFW_MOUSE_BUTTON_2

Definition at line 433 of file glfw3.h.



librealsense
Author(s): Sergey Dorodnicov , Mark Horn , Reagan Lopez
autogenerated on Fri Mar 13 2020 03:16:19