bindbc-sdl v1.4.8 (2024-07-02T09:16:45Z)
Dub
Repo
SDL_FPoint
sdl
rect
Undocumented in source.
static if
(
sdlSupport >= SDLSupport.v2_0_10
)
struct
SDL_FPoint {
float
x
;
float
y
;
}
Members
Variables
x
float
x
;
y
float
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