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:
authorCampbell Barton <ideasman42@gmail.com>2015-06-01 12:57:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-06-01 13:07:57 +0300
commitc8711b6f6f2293f2cbf530be38b75e274c75d9ca (patch)
tree326c1ef12fc5a56a2aeedcb6651f0760b99891f7 /source/blender/windowmanager/WM_api.h
parent07a6d4ed753e2ca0c8c4c64479ddafccde225921 (diff)
Fix T40621: Tablet in walk mode fails
Add support for walk mode /w absolute pointing devices.
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 bb37499ffec..bdb373a78ba 100644
--- a/source/blender/windowmanager/WM_api.h
+++ b/source/blender/windowmanager/WM_api.h
@@ -179,6 +179,7 @@ struct wmEventHandler *WM_event_add_dropbox_handler(ListBase *handlers, ListBase
/* mouse */
void WM_event_add_mousemove(struct bContext *C);
bool WM_modal_tweak_exit(const struct wmEvent *event, int tweak_event);
+bool WM_event_is_absolute(const struct wmEvent *event);
/* notifiers */
void WM_event_add_notifier(const struct bContext *C, unsigned int type, void *reference);