SDL_CreateSystemCursor

Create a system cursor.

extern (C) nothrow @nogc extern
SDL_CreateSystemCursor

Parameters

id SDL_SystemCursor

an SDL_SystemCursor enum value.

Return Value

Type: SDL_Cursor*

A cursor on success or NULL on failure; call SDL_GetError() for more information.

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

See Also

Meta