SDL_GetDefaultCursor - Man Page
Get the default cursor.
Synopsis
#include <SDL3/SDL_mouse.h> SDL_Cursor * SDL_GetDefaultCursor(void);
Description
You do not have to call SDL_DestroyCursor() on the return value, but it is safe to do so.
Return Value
Returns the default cursor on success or NULL on failuree; call SDL_GetError() for more information.
Thread Safety
This function should only be called on the main thread.
Availability
This function is available since SDL 3.2.0.
Info
SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS