Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/WM_api.h
| Show First 20 Lines • Show All 88 Lines • ▼ Show 20 Lines | |||||
| * For border-less and border windows set from command-line. | * For border-less and border windows set from command-line. | ||||
| */ | */ | ||||
| void WM_init_state_fullscreen_set(void); | void WM_init_state_fullscreen_set(void); | ||||
| void WM_init_state_normal_set(void); | void WM_init_state_normal_set(void); | ||||
| void WM_init_state_maximized_set(void); | void WM_init_state_maximized_set(void); | ||||
| void WM_init_state_start_with_console_set(bool value); | void WM_init_state_start_with_console_set(bool value); | ||||
| void WM_init_window_focus_set(bool do_it); | void WM_init_window_focus_set(bool do_it); | ||||
| void WM_init_native_pixels(bool do_it); | void WM_init_native_pixels(bool do_it); | ||||
| void WM_init_tablet_api(void); | void WM_init_input_devices(void); | ||||
| /** | /** | ||||
| * Initialize Blender and load the startup file & preferences | * Initialize Blender and load the startup file & preferences | ||||
| * (only called once). | * (only called once). | ||||
| */ | */ | ||||
| void WM_init(struct bContext *C, int argc, const char **argv); | void WM_init(struct bContext *C, int argc, const char **argv); | ||||
| /** | /** | ||||
| * \note doesn't run exit() call #WM_exit() for that. | * \note doesn't run exit() call #WM_exit() for that. | ||||
| ▲ Show 20 Lines • Show All 1,702 Lines • Show Last 20 Lines | |||||