See standard cursor creation for how these are used.
More...
See standard cursor creation for how these are used.
◆ GLFW_ARROW_CURSOR
#define GLFW_ARROW_CURSOR 0x00036001 |
The regular arrow cursor shape.
The regular arrow cursor.
Definition at line 694 of file glfw3.h.
◆ GLFW_CROSSHAIR_CURSOR
#define GLFW_CROSSHAIR_CURSOR 0x00036003 |
The crosshair shape.
The crosshair shape.
Definition at line 704 of file glfw3.h.
◆ GLFW_HAND_CURSOR
#define GLFW_HAND_CURSOR 0x00036004 |
The hand shape.
The hand shape.
Definition at line 709 of file glfw3.h.
◆ GLFW_HRESIZE_CURSOR
#define GLFW_HRESIZE_CURSOR 0x00036005 |
The horizontal resize arrow shape.
The horizontal resize arrow shape.
Definition at line 714 of file glfw3.h.
◆ GLFW_IBEAM_CURSOR
#define GLFW_IBEAM_CURSOR 0x00036002 |
The text input I-beam cursor shape.
The text input I-beam cursor shape.
Definition at line 699 of file glfw3.h.
◆ GLFW_VRESIZE_CURSOR
#define GLFW_VRESIZE_CURSOR 0x00036006 |
The vertical resize arrow shape.
The vertical resize arrow shape.
Definition at line 719 of file glfw3.h.