THIS PAGE IS A WORK IN PROGRESS ... Please make edits to this page to improve it!
Get the default cursor.
void); SDL_Cursor* SDL_GetDefaultCursor(
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, CategoryMouse, CategoryDraft