Standard cursor shapes

Overview

See standard cursor creation for how these are used.

// macros

#define GLFW_ARROW_CURSOR
#define GLFW_CROSSHAIR_CURSOR
#define GLFW_HAND_CURSOR
#define GLFW_HRESIZE_CURSOR
#define GLFW_IBEAM_CURSOR
#define GLFW_VRESIZE_CURSOR

Macros

#define GLFW_ARROW_CURSOR

The regular arrow cursor shape.

The regular arrow cursor.

#define GLFW_CROSSHAIR_CURSOR

The crosshair shape.

The crosshair shape.

#define GLFW_HAND_CURSOR

The hand shape.

The hand shape.

#define GLFW_HRESIZE_CURSOR

The horizontal resize arrow shape.

The horizontal resize arrow shape.

#define GLFW_IBEAM_CURSOR

The text input I-beam cursor shape.

The text input I-beam cursor shape.

#define GLFW_VRESIZE_CURSOR

The vertical resize arrow shape.

The vertical resize arrow shape.