Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/WM_keymap.h
| Show First 20 Lines • Show All 94 Lines • ▼ Show 20 Lines | wmKeyMapItem *WM_keymap_add_tool( | ||||
| int val, int modifier, int keymodifier); | int val, int modifier, int keymodifier); | ||||
| void WM_keymap_add_context_enum_set_items( | void WM_keymap_add_context_enum_set_items( | ||||
| wmKeyMap *keymap, const struct EnumPropertyItem *items, const char *data_path, | wmKeyMap *keymap, const struct EnumPropertyItem *items, const char *data_path, | ||||
| int type_start, int val, int modifier, int keymodifier); | int type_start, int val, int modifier, int keymodifier); | ||||
| wmKeyMap *WM_keymap_guess_opname(const struct bContext *C, const char *opname); | wmKeyMap *WM_keymap_guess_opname(const struct bContext *C, const char *opname); | ||||
| void WM_keymap_fix_linking(void); | |||||
| /* Modal Keymap */ | /* Modal Keymap */ | ||||
| int WM_modalkeymap_items_to_string( | int WM_modalkeymap_items_to_string( | ||||
| struct wmKeyMap *km, const int propvalue, const bool compact, | struct wmKeyMap *km, const int propvalue, const bool compact, | ||||
| char *result, const int result_len); | char *result, const int result_len); | ||||
| int WM_modalkeymap_operator_items_to_string( | int WM_modalkeymap_operator_items_to_string( | ||||
| struct wmOperatorType *ot, const int propvalue, const bool compact, | struct wmOperatorType *ot, const int propvalue, const bool compact, | ||||
| char *result, const int result_len); | char *result, const int result_len); | ||||
| ▲ Show 20 Lines • Show All 47 Lines • Show Last 20 Lines | |||||