WindowDesc#
Fully qualified name: omni::kit::WindowDesc
- 
struct WindowDesc#
 Window description.
Public Members
- 
size_t structSize#
 This field is needed to maintain ABI stability.
- 
uint64_t width#
 Window width.
- 
uint64_t height#
 Window height.
- 
uint64_t x#
 The x coordinate of the window.
- 
uint64_t y#
 The Y coordinate of the window.
- 
const char *title#
 The window title.
- 
Fullscreen fullscreen#
 If window is fullscreen.
- 
Decorations decorations#
 If window has full decorations.
- 
float dpiScaleOverride#
 DPI scale overrides value.
- 
CursorBlink cursorBlink#
 If cursor (caret) blinks in input fields or not.
- 
WindowState windowState#
 window state: normal, minimized or maximized.
- 
size_t structSize#