SDL_GetDefaultCursor - Man Page

Get the default cursor.

Header File

Defined in SDL3/SDL_mouse.h

Synopsis

#include "SDL3/SDL.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

( SDL_Cursor
*) 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.2 Simple Directmedia Layer SDL3 FUNCTIONS