Blender  V3.3
Public Attributes | List of all members
WMInitStruct Struct Reference

Public Attributes

int size_x
 
int size_y
 
int start_x
 
int start_y
 
int windowstate
 
eWinOverrideFlag override_flag
 
bool window_focus
 
bool native_pixels
 

Detailed Description

Override defaults or startup file when eWinOverrideFlag is set. These values are typically set by command line arguments.

Definition at line 100 of file wm_window.c.

Member Data Documentation

◆ native_pixels

bool WMInitStruct::native_pixels

Definition at line 109 of file wm_window.c.

Referenced by wm_ghost_init(), and WM_init_native_pixels().

◆ override_flag

eWinOverrideFlag WMInitStruct::override_flag

◆ size_x

int WMInitStruct::size_x

◆ size_y

int WMInitStruct::size_y

◆ start_x

int WMInitStruct::start_x

◆ start_y

int WMInitStruct::start_y

◆ window_focus

bool WMInitStruct::window_focus

Definition at line 108 of file wm_window.c.

Referenced by wm_ghost_init(), WM_init_window_focus_set(), and wm_window_ghostwindow_add().

◆ windowstate

int WMInitStruct::windowstate

The documentation for this struct was generated from the following file: