Create a system cursor.
Defined in SDL_mouse.h
SDL_Cursor* SDL_CreateSystemCursor(SDL_SystemCursor id);
Returns a cursor on success or NULL on failure; call SDL_GetError() for more information.
This function is available since SDL 2.0.0.
CategoryAPI, CategoryAPIFunction, CategoryMouse