Get the default cursor.
Defined in <SDL3/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_DestroyCursor() on the return value, but it is safe to do so.
This function is available since SDL 3.0.0.
CategoryAPI, CategoryAPIFunction, CategoryMouse