Cursor types for SDL_CreateSystemCursor().
Defined in SDL_mouse.h
typedef enum SDL_SystemCursor
{/**< Arrow */
SDL_SYSTEM_CURSOR_ARROW, /**< I-beam */
SDL_SYSTEM_CURSOR_IBEAM, /**< Wait */
SDL_SYSTEM_CURSOR_WAIT, /**< Crosshair */
SDL_SYSTEM_CURSOR_CROSSHAIR, /**< Small wait cursor (or Wait if not available) */
SDL_SYSTEM_CURSOR_WAITARROW, /**< Double arrow pointing northwest and southeast */
SDL_SYSTEM_CURSOR_SIZENWSE, /**< Double arrow pointing northeast and southwest */
SDL_SYSTEM_CURSOR_SIZENESW, /**< Double arrow pointing west and east */
SDL_SYSTEM_CURSOR_SIZEWE, /**< Double arrow pointing north and south */
SDL_SYSTEM_CURSOR_SIZENS, /**< Four pointed arrow pointing north, south, east, and west */
SDL_SYSTEM_CURSOR_SIZEALL, /**< Slashed circle or crossbones */
SDL_SYSTEM_CURSOR_NO, /**< Hand */
SDL_SYSTEM_CURSOR_HAND,
SDL_NUM_SYSTEM_CURSORS } SDL_SystemCursor;