目次 - API(機能別) - 領域 - SDL_PointInRect

SDL_PointInRect

点が長方形の内部にあるかチェックする

構文

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

引数

p点を表すSDL_Point
r長方形を表すSDL_Rect

戻り値

点が長方形の内部にある場合SDL_TRUE, そうでない場合SDL_FALSEを戻す.

詳細

pとrはどちらもNULLであってはならない.

バージョン

SDL 2.0.4以降

SDL Wikiへのリンク

SDL_PointInRect - SDL Wiki