Free a previously-created cursor.
Use this function to free cursor resources created with SDL_CreateCursor(), SDL_CreateColorCursor() or SDL_CreateSystemCursor().
the cursor to free.
Threadsafety: This function should only be called on the main thread.
SDL_CreateColorCursor SDL_CreateCursor SDL_CreateSystemCursor
See Implementation
Free a previously-created cursor.
Use this function to free cursor resources created with SDL_CreateCursor(), SDL_CreateColorCursor() or SDL_CreateSystemCursor().