SDL_GetDefaultCursor

Get the default cursor.

You do not have to call SDL_DestroyCursor() on the return value, but it is safe to do so.

extern (C) nothrow @nogc extern
SDL_GetDefaultCursor
()

Return Value

Type: SDL_Cursor*

The default cursor on success or NULL on failuree; call SDL_GetError() for more information.

Threadsafety: This function should only be called on the main thread.

Meta