Get the default cursor.
Defined in SDL_mouse.h
SDL_Cursor* SDL_GetDefaultCursor(void);
Returns the default cursor on success or NULL on failure.
You do not have to call SDL_FreeCursor() on the return value, but it is safe to do so.
This function is available since SDL 2.0.0.
CategoryAPI, CategoryAPIFunction, CategoryMouse