bindbc-sdl v1.4.8 (2024-07-02T09:16:45Z)
Dub
Repo
SDL_Rect
sdl
rect
Undocumented in source.
struct
SDL_Rect {
int
x
;
int
y
;
int
w
;
int
h
;
}
Members
Variables
h
int
h
;
Undocumented in source.
w
int
w
;
Undocumented in source.
x
int
x
;
y
int
y
;
Undocumented in source.
Meta
Source
See Implementation
sdl
rect
functions
SDL_FRectEmpty
SDL_FRectEquals
SDL_FRectEqualsEpsilon
SDL_PointInFRect
SDL_PointInRect
SDL_RectEmpty
SDL_RectEquals
structs
SDL_FPoint
SDL_FRect
SDL_Point
SDL_Rect