[][src]Function fermium::SDL_HasIntersection

pub unsafe extern "C" fn SDL_HasIntersection(
    A: *const SDL_Rect,
    B: *const SDL_Rect
) -> Type

\brief Determine whether two rectangles intersect.

\return SDL_TRUE if there is an intersection, SDL_FALSE otherwise.