MouseCursor


Vocabulary
raylib

Variable description
An enum representing the various states the cursor can be in. This is used to change the cursor icon / shape.

Enum members
MOUSE_CURSOR_DEFAULT

MOUSE_CURSOR_ARROW

MOUSE_CURSOR_IBEAM

MOUSE_CURSOR_CROSSHAIR

MOUSE_CURSOR_POINTING_HAND

MOUSE_CURSOR_RESIZE_EW

MOUSE_CURSOR_RESIZE_NS

MOUSE_CURSOR_RESIZE_NWSE

MOUSE_CURSOR_RESIZE_NESW

MOUSE_CURSOR_RESIZE_ALL

MOUSE_CURSOR_NOT_ALLOWED


Definition