#pragma section-numbers off #pragma disable-camelcase || DRAFT|| = SDL_FreeCursor = Use this function to free a cursor created with [[SDL_CreateCursor]](), [[SDL_CreateColorCursor]]() or [[SDL_CreateSystemCursor]](). <> == Syntax == {{{#!highlight cpp void SDL_FreeCursor(SDL_Cursor* cursor) }}} == Function Parameters == ||'''cursor'''||the cursor to free|| == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_CreateColorCursor]] .[[SDL_CreateCursor]] .[[SDL_CreateSystemCursor]] ---- [[CategoryAPI]], [[CategoryMouse]]