Function sdl2_sys::SDL_CreateColorCursor
source ยท pub unsafe extern "C" fn SDL_CreateColorCursor(
surface: *mut SDL_Surface,
hot_x: c_int,
hot_y: c_int,
) -> *mut SDL_Cursor
Expand description
\brief Create a color cursor.
\sa SDL_FreeCursor()