Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/WM_api.h
| Show First 20 Lines • Show All 92 Lines • ▼ Show 20 Lines | |||||
| bool dialog, | bool dialog, | ||||
| bool temp, | bool temp, | ||||
| WindowAlignment alignment); | WindowAlignment alignment); | ||||
| void WM_window_set_dpi(const wmWindow *win); | void WM_window_set_dpi(const wmWindow *win); | ||||
| bool WM_stereo3d_enabled(struct wmWindow *win, bool only_fullscreen_test); | bool WM_stereo3d_enabled(struct wmWindow *win, bool only_fullscreen_test); | ||||
| /* input method editor */ | |||||
| #ifdef WITH_INPUT_IME | |||||
| void WM_window_IME_begin(wmWindow *win); | |||||
| void WM_window_IME_position(wmWindow *win, int x, int y, int h); | |||||
| void WM_window_IME_cancel(wmWindow *win); | |||||
| void WM_window_IME_end(wmWindow *win); | |||||
| #endif | |||||
| /* files */ | /* files */ | ||||
| void WM_file_autoexec_init(const char *filepath); | void WM_file_autoexec_init(const char *filepath); | ||||
| bool WM_file_read(struct bContext *C, const char *filepath, struct ReportList *reports); | bool WM_file_read(struct bContext *C, const char *filepath, struct ReportList *reports); | ||||
| void WM_autosave_init(struct wmWindowManager *wm); | void WM_autosave_init(struct wmWindowManager *wm); | ||||
| bool WM_recover_last_session(struct bContext *C, struct ReportList *reports); | bool WM_recover_last_session(struct bContext *C, struct ReportList *reports); | ||||
| void WM_file_tag_modified(void); | void WM_file_tag_modified(void); | ||||
| struct ID *WM_file_link_datablock(struct Main *bmain, | struct ID *WM_file_link_datablock(struct Main *bmain, | ||||
| ▲ Show 20 Lines • Show All 92 Lines • Show Last 20 Lines | |||||