Loading...
Searching...
No Matches
Macros
Standard cursor shapes

Description

See standard cursor creation for how these are used.

Macros

#define GLFW_ARROW_CURSOR   0x00036001
 The regular arrow cursor shape.
 
#define GLFW_IBEAM_CURSOR   0x00036002
 The text input I-beam cursor shape.
 
#define GLFW_CROSSHAIR_CURSOR   0x00036003
 The crosshair shape.
 
#define GLFW_HAND_CURSOR   0x00036004
 The hand shape.
 
#define GLFW_HRESIZE_CURSOR   0x00036005
 The horizontal resize arrow shape.
 
#define GLFW_VRESIZE_CURSOR   0x00036006
 The vertical resize arrow shape.
 

Macro Definition Documentation

◆ GLFW_ARROW_CURSOR

#define GLFW_ARROW_CURSOR   0x00036001

The regular arrow cursor.

◆ GLFW_IBEAM_CURSOR

#define GLFW_IBEAM_CURSOR   0x00036002

The text input I-beam cursor shape.

◆ GLFW_CROSSHAIR_CURSOR

#define GLFW_CROSSHAIR_CURSOR   0x00036003

The crosshair shape.

◆ GLFW_HAND_CURSOR

#define GLFW_HAND_CURSOR   0x00036004

The hand shape.

◆ GLFW_HRESIZE_CURSOR

#define GLFW_HRESIZE_CURSOR   0x00036005

The horizontal resize arrow shape.

◆ GLFW_VRESIZE_CURSOR

#define GLFW_VRESIZE_CURSOR   0x00036006

The vertical resize arrow shape.