SDL2 Wiki
[ front page | index | search | recent changes | git repo | offline html ]

(See SDL3/SDL_PointInRect for the SDL3 version.)

SDL_PointInRect

Returns true if point resides inside a rectangle.

Header File

Defined in SDL_rect.h

Syntax

SDL_FORCE_INLINE SDL_bool SDL_PointInRect(const SDL_Point *p, const SDL_Rect *r);

Function Parameters

const SDL_Point * p the point to test.
const SDL_Rect * r the rectangle to test.

Return Value

(SDL_bool) Returns SDL_TRUE if p is contained by r, SDL_FALSE otherwise.


CategoryAPI, CategoryAPIFunction, CategoryRect


[ edit | delete | history | feedback | raw ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.