Defines
Standard cursor shapes
Input handling
Collaboration diagram for Standard cursor shapes:

Defines

#define GLFW_ARROW_CURSOR   0x00036001
 The regular arrow cursor shape.
#define GLFW_CROSSHAIR_CURSOR   0x00036003
#define GLFW_HAND_CURSOR   0x00036004
#define GLFW_HRESIZE_CURSOR   0x00036005
#define GLFW_IBEAM_CURSOR   0x00036002
#define GLFW_VRESIZE_CURSOR   0x00036006

Detailed Description

See [standard cursor creation](cursor_standard) for how these are used.


Define Documentation

#define GLFW_ARROW_CURSOR   0x00036001

The regular arrow cursor shape.

The regular arrow cursor.

Definition at line 661 of file glfw3.h.

#define GLFW_CROSSHAIR_CURSOR   0x00036003

The crosshair shape.

Definition at line 671 of file glfw3.h.

#define GLFW_HAND_CURSOR   0x00036004

The hand shape.

Definition at line 676 of file glfw3.h.

#define GLFW_HRESIZE_CURSOR   0x00036005

The horizontal resize arrow shape.

Definition at line 681 of file glfw3.h.

#define GLFW_IBEAM_CURSOR   0x00036002

The text input I-beam cursor shape.

Definition at line 666 of file glfw3.h.

#define GLFW_VRESIZE_CURSOR   0x00036006

The vertical resize arrow shape.

Definition at line 686 of file glfw3.h.



librealsense
Author(s): Sergey Dorodnicov , Mark Horn , Reagan Lopez
autogenerated on Tue Jun 25 2019 19:54:40