Searched refs:SDL_PointInRect (Results 1 – 3 of 3) sorted by relevance
99 SDL_FORCE_INLINE SDL_bool SDL_PointInRect(const SDL_Point *p, const SDL_Rect *r) in SDL_PointInRect() function
24 if (SDL_PointInRect(pt, &areas[i])) { in hitTest()
206 if (SDL_PointInRect(&pt, &r)) {
Completed in 5 milliseconds