|
Blender V5.0
|
Public Attributes | |
| blender::int2 | size |
| blender::int2 | start |
| GHOST_TWindowState | windowstate = GHOST_WINDOW_STATE_DEFAULT |
| eWinOverrideFlag | override_flag |
| bool | window_frame = true |
| bool | window_focus = true |
| bool | native_pixels = true |
Override defaults or startup file when eWinOverrideFlag is set. These values are typically set by command line arguments.
Definition at line 118 of file wm_window.cc.
| bool WMInitStruct::native_pixels = true |
Definition at line 137 of file wm_window.cc.
| eWinOverrideFlag WMInitStruct::override_flag |
Definition at line 133 of file wm_window.cc.
| blender::int2 WMInitStruct::size |
Window geometry:
Definition at line 129 of file wm_window.cc.
| blender::int2 WMInitStruct::start |
Definition at line 130 of file wm_window.cc.
| bool WMInitStruct::window_focus = true |
Definition at line 136 of file wm_window.cc.
| bool WMInitStruct::window_frame = true |
Definition at line 135 of file wm_window.cc.
| GHOST_TWindowState WMInitStruct::windowstate = GHOST_WINDOW_STATE_DEFAULT |
Definition at line 132 of file wm_window.cc.