- SDL_FRectEmpty
bool SDL_FRectEmpty(const(SDL_FRect)* x)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDL_FRectEquals
bool SDL_FRectEquals(const(SDL_FRect)* a, const(SDL_FRect)* b)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDL_FRectEqualsEpsilon
bool SDL_FRectEqualsEpsilon(const(SDL_FRect)* a, const(SDL_FRect)* b, float epsilon)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDL_PointInFRect
bool SDL_PointInFRect(const(SDL_FPoint)* p, const(SDL_FRect)* r)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDL_PointInRect
bool SDL_PointInRect(const(SDL_Point)* p, const(SDL_Rect)* r)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDL_RectEmpty
bool SDL_RectEmpty(const(SDL_Rect)* r)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDL_RectEquals
bool SDL_RectEquals(const(SDL_Rect)* a, const(SDL_Rect)* b)
Undocumented in source. Be warned that the author may not have intended to support it.