Function sdl2_sys::SDL_EnclosePoints
source ยท pub unsafe extern "C" fn SDL_EnclosePoints(
points: *const SDL_Point,
count: c_int,
clip: *const SDL_Rect,
result: *mut SDL_Rect,
) -> SDL_bool
Expand description
\brief Calculate a minimal rectangle enclosing a set of points
\return SDL_TRUE if any points were within the clipping rect