From c8711b6f6f2293f2cbf530be38b75e274c75d9ca Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 1 Jun 2015 19:57:38 +1000 Subject: Fix T40621: Tablet in walk mode fails Add support for walk mode /w absolute pointing devices. --- source/blender/windowmanager/WM_api.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/windowmanager/WM_api.h') 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); -- cgit v1.2.3