bindbc-kiwi ~master (2021-10-24T14:32:03.4332671)
Dub
Repo
KW_Rect
bindbc
kw
rect
Undocumented in source.
struct
KW_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
;
Undocumented in source.
y
int
y
;
Undocumented in source.
Meta
Source
See Implementation
bindbc
kw
rect
aliases
pKW_CopyRect
pKW_MarginRect
pKW_RectCalculateEnclosingRect
pKW_RectCenterInParent
pKW_RectFillParentHorizontally
pKW_RectFillParentVertically
pKW_RectHorizontallyCenterInParent
pKW_RectLayoutHorizontally
pKW_RectLayoutVertically
pKW_RectVerticallyCenterInParent
pKW_SetRect
pKW_ZeroRect
enums
KW_RECT_ALIGN_HORIZONTALLY_NONE
KW_RECT_ALIGN_VERTICALLY_NONE
functions
KW_CopyRect
KW_MarginRect
KW_RectCalculateEnclosingRect
KW_RectCenterInParent
KW_RectFillParentHorizontally
KW_RectFillParentVertically
KW_RectHorizontallyCenterInParent
KW_RectLayoutHorizontally
KW_RectLayoutVertically
KW_RectVerticallyCenterInParent
KW_SetRect
KW_ZeroRect
structs
KW_Rect