SDL_DestroyCursor

Free a previously-created cursor.

Use this function to free cursor resources created with SDL_CreateCursor(), SDL_CreateColorCursor() or SDL_CreateSystemCursor().

extern (C) nothrow @nogc extern
void
SDL_DestroyCursor

Parameters

cursor SDL_Cursor*

the cursor to free.

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

See Also

Meta