Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/WM_api.h
| Show First 20 Lines • Show All 617 Lines • ▼ Show 20 Lines | |||||
| float WM_event_tablet_data(const struct wmEvent *event, int *pen_flip, float tilt[2]); | float WM_event_tablet_data(const struct wmEvent *event, int *pen_flip, float tilt[2]); | ||||
| bool WM_event_is_tablet(const struct wmEvent *event); | bool WM_event_is_tablet(const struct wmEvent *event); | ||||
| #ifdef WITH_INPUT_IME | #ifdef WITH_INPUT_IME | ||||
| bool WM_event_is_ime_switch(const struct wmEvent *event); | bool WM_event_is_ime_switch(const struct wmEvent *event); | ||||
| #endif | #endif | ||||
| /* For testing only 'G_EVENT_SIMULATE' */ | |||||
| struct wmEvent *WM_event_add_simulate(struct wmWindow *win, const struct wmEvent *event_to_add); | |||||
| const char *WM_window_cursor_keymap_status_get(const struct wmWindow *win, int button_index, int type_index); | const char *WM_window_cursor_keymap_status_get(const struct wmWindow *win, int button_index, int type_index); | ||||
| void WM_window_cursor_keymap_status_refresh(struct bContext *C, struct wmWindow *win); | void WM_window_cursor_keymap_status_refresh(struct bContext *C, struct wmWindow *win); | ||||
| void WM_window_status_area_tag_redraw(struct wmWindow *win); | void WM_window_status_area_tag_redraw(struct wmWindow *win); | ||||
| struct ScrArea *WM_window_status_area_find(struct wmWindow *win, struct bScreen *sc); | struct ScrArea *WM_window_status_area_find(struct wmWindow *win, struct bScreen *sc); | ||||
| bool WM_window_modal_keymap_status_draw( | bool WM_window_modal_keymap_status_draw( | ||||
| struct bContext *C, struct wmWindow *win, | struct bContext *C, struct wmWindow *win, | ||||
| struct uiLayout *layout); | struct uiLayout *layout); | ||||
| Show All 26 Lines | |||||