pub unsafe extern "C" fn SDL_CreateColorCursor(
    surface: *mut SDL_Surface,
    hot_x: c_int,
    hot_y: c_int
) -> *mut SDL_Cursor
Expand description

Create a color cursor.

See Also: SDL_FreeCursor