nanogui v1.4.0 (2022-10-02T13:52:32Z)
Dub
Repo
WorkArea
common
Undocumented in source.
struct
WorkArea {
float
x
;
float
y
;
float
w
;
float
h
;
float
margin
;
float
padding
;
}
Members
Variables
h
float
h
;
margin
float
margin
;
padding
float
padding
;
w
float
w
;
Undocumented in source.
x
float
x
;
y
float
y
;
Undocumented in source.
Meta
Source
See Implementation
common
classes
DomNode
enums
Alignment
Direction
Justification
functions
domLeaf
domNodeEnter
domNodeLeave
makeDom
printDom
structs
Attributes
RenderState
WorkArea