nanogui ~2d (2021-12-21T00:34:43.9140468)
Dub
Repo
NanoContext
nanogui
common
Undocumented in source.
struct
NanoContext {
import
std
.
typecons
:
Rebindable
;
;
class
Theme
via
import
nanogui
.
theme
:
Theme
;
;
enum
Orientation
via
import
nanogui
.
layout
:
Orientation
;
;
NVGContext
nvg
;
this
();
this
(NVGContextFlag flag);
NVGTextAlign
algn
;
Vector2f
position
;
Vector2f
mouse
;
Rebindable
!(
const
Theme
)
theme
;
Orientation
orientation
;
Vector2f
size
;
}
Constructors
this
this
()
Undocumented in source.
this
this
(NVGContextFlag flag)
Undocumented in source.
Alias This
nvg
Members
Variables
algn
NVGTextAlign
algn
;
Undocumented in source.
mouse
Vector2f
mouse
;
Undocumented in source.
nvg
NVGContext
nvg
;
Undocumented in source.
orientation
Orientation
orientation
;
Undocumented in source.
position
Vector2f
position
;
Undocumented in source.
size
Vector2f
size
;
Undocumented in source.
theme
Rebindable
!(
const
Theme
)
theme
;
Undocumented in source.
Meta
Source
See Implementation
nanogui
common
aliases
Color
Vector2f
Vector2i
Vector3f
Vector4i
enums
Cursor
Key
KeyAction
KeyMod
MouseAction
MouseButton
functions
boxGradient
fillColor
linearGradient
radialGradient
strokeColor
structs
NanoContext