Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-11-13 21:02:12 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-11-13 21:29:13 +0300
commitca6dd692b5b0137d236f14ed306196662f0cd869 (patch)
tree579ae2480246e89572365a8ef0662f33a9bb06c2 /source/blender/windowmanager/WM_keymap.h
parentc39d5a6c88dcda9dff9626d7b059a98913da6fd2 (diff)
Keymaps: reload key configuration when changing select mouse.
For configuration scripts that want to change keymaps based on this setting.
Diffstat (limited to 'source/blender/windowmanager/WM_keymap.h')
-rw-r--r--source/blender/windowmanager/WM_keymap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/windowmanager/WM_keymap.h b/source/blender/windowmanager/WM_keymap.h
index 71037ab162e..f93ef005b2a 100644
--- a/source/blender/windowmanager/WM_keymap.h
+++ b/source/blender/windowmanager/WM_keymap.h
@@ -42,6 +42,9 @@ struct EnumPropertyItem;
/* Key Configuration */
+void WM_keyconfig_init (struct bContext *C);
+void WM_keyconfig_reload (struct bContext *C);
+
wmKeyConfig *WM_keyconfig_new (struct wmWindowManager *wm, const char *idname, bool user_defined);
wmKeyConfig *WM_keyconfig_new_user(struct wmWindowManager *wm, const char *idname);
bool WM_keyconfig_remove (struct wmWindowManager *wm, struct wmKeyConfig *keyconf);
@@ -56,7 +59,6 @@ void WM_keyconfig_update_operatortype(void);
/* Keymap */
-void WM_keymap_init (struct bContext *C);
void WM_keymap_clear (struct wmKeyMap *keymap);
wmKeyMapItem *WM_keymap_verify_item(