Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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