Function sdl2_sys::SDL_FreeCursor

source ·
pub unsafe extern "C" fn SDL_FreeCursor(cursor: *mut SDL_Cursor)
Expand description

\brief Frees a cursor created with SDL_CreateCursor() or similar functions.

\sa SDL_CreateCursor() \sa SDL_CreateColorCursor() \sa SDL_CreateSystemCursor()