pub unsafe extern "C" fn SDL_CreateSystemCursor(
    id: SDL_SystemCursor
) -> *mut SDL_Cursor
Expand description

Create a system cursor.

\param id an SDL_SystemCursor enum value \returns a cursor on success or NULL on failure; call SDL_GetError() for more information.

\since This function is available since SDL 2.0.0.

\sa SDL_FreeCursor