= SDL_SystemCursor = An enumeration of system cursors. == Values == Hover over the descriptions to see the cursor. {| |SDL_SYSTEM_CURSOR_ARROW |Arrow (typically the default cursor) |- |SDL_SYSTEM_CURSOR_IBEAM |I-beam |- |SDL_SYSTEM_CURSOR_WAIT |Wait |- |SDL_SYSTEM_CURSOR_CROSSHAIR |Crosshair |- |SDL_SYSTEM_CURSOR_WAITARROW |Small wait cursor (or Wait if not available) |- |SDL_SYSTEM_CURSOR_SIZENWSE |Double arrow pointing northwest and southeast |- |SDL_SYSTEM_CURSOR_SIZENESW |Double arrow pointing northeast and southwest |- |SDL_SYSTEM_CURSOR_SIZEWE |Double arrow pointing west and east |- |SDL_SYSTEM_CURSOR_SIZENS |Double arrow pointing north and south |- |SDL_SYSTEM_CURSOR_SIZEALL |Four pointed arrow pointing north, south, east and west |- |SDL_SYSTEM_CURSOR_NO |Slashed circle or crossbones |- |SDL_SYSTEM_CURSOR_HAND |Hand |}