sdl.rect

Undocumented in source.

Members

Functions

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.

Structs

SDL_FPoint
struct SDL_FPoint
Undocumented in source.
SDL_FRect
struct SDL_FRect
Undocumented in source.
SDL_Point
struct SDL_Point
Undocumented in source.
SDL_Rect
struct SDL_Rect
Undocumented in source.

Meta