Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/WM_api.h
| Show First 20 Lines • Show All 85 Lines • ▼ Show 20 Lines | |||||
| void WM_init_state_app_template_set(const char *app_template); | void WM_init_state_app_template_set(const char *app_template); | ||||
| const char *WM_init_state_app_template_get(void); | const char *WM_init_state_app_template_get(void); | ||||
| void WM_init_state_size_set (int stax, int stay, int sizx, int sizy); | void WM_init_state_size_set (int stax, int stay, int sizx, int sizy); | ||||
| 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_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 (struct bContext *C, int argc, const char **argv); | void WM_init (struct bContext *C, int argc, const char **argv); | ||||
| void WM_exit_ext (struct bContext *C, const bool do_python); | void WM_exit_ext (struct bContext *C, const bool do_python); | ||||
| void WM_exit (struct bContext *C) ATTR_NORETURN; | void WM_exit (struct bContext *C) ATTR_NORETURN; | ||||
| void WM_main (struct bContext *C) ATTR_NORETURN; | void WM_main (struct bContext *C) ATTR_NORETURN; | ||||
| ▲ Show 20 Lines • Show All 556 Lines • Show Last 20 Lines | |||||