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:
authorTon Roosendaal <ton@blender.org>2009-07-28 20:48:02 +0400
committerTon Roosendaal <ton@blender.org>2009-07-28 20:48:02 +0400
commit347a1f4376e08ef56d932175669402b3eeb99948 (patch)
treef73517c70b36dbe346b86ee79b7fee4e82ed64a7 /source/blender/windowmanager/WM_api.h
parentaa44603146e87f29f08cee2abab7e0ddd89222c5 (diff)
2.5
Keymap feature: RightMouse in pulldown menus allows to assign a new hotkey.
Diffstat (limited to 'source/blender/windowmanager/WM_api.h')
-rw-r--r--source/blender/windowmanager/WM_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/windowmanager/WM_api.h b/source/blender/windowmanager/WM_api.h
index 36c78d17ab3..7d3dd478178 100644
--- a/source/blender/windowmanager/WM_api.h
+++ b/source/blender/windowmanager/WM_api.h
@@ -100,6 +100,7 @@ int WM_key_event_is_tweak(short type);
const char *WM_key_event_string(short type);
char *WM_key_event_operator_string(const struct bContext *C, const char *opname, int opcontext, struct IDProperty *properties, char *str, int len);
+void WM_key_event_operator_change(const bContext *C, const char *opname, int opcontext, struct IDProperty *properties, short key, short modifier);
/* handlers */