logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_FreeCursor - Frees a cursor created with SDL_CreateCursor.

Description

       Frees a SDL_Cursor that was created using SDL_CreateCursor.

Name

       SDL_FreeCursor - Frees a cursor created with SDL_CreateCursor.

See Also

SDL_CreateCursor

SDL                                          Tue 11 Sep 2001, 23:01                            SDL_FreeCursor(3)

Synopsis

#include"SDL.h"voidSDL_FreeCursor(SDL_Cursor*cursor);

See Also