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-07-01 06:45:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-07-01 06:45:19 +0300
commit45b221834184e6bdc28e83338014ddea6eb1fad0 (patch)
treee94e3b767571ad403324172ef996e179d61d84af /source/blender/windowmanager/WM_api.h
parentb71c27a446407448cb19660eb1564fe1d12c8281 (diff)
User Prefs for NDOF dead-zone
D1344 with edits
Diffstat (limited to 'source/blender/windowmanager/WM_api.h')
-rw-r--r--source/blender/windowmanager/WM_api.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/windowmanager/WM_api.h b/source/blender/windowmanager/WM_api.h
index bdb373a78ba..9e27190de02 100644
--- a/source/blender/windowmanager/WM_api.h
+++ b/source/blender/windowmanager/WM_api.h
@@ -181,6 +181,9 @@ 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);
+ /* 3D mouse */
+void WM_ndof_deadzone_set(float deadzone);
+
/* notifiers */
void WM_event_add_notifier(const struct bContext *C, unsigned int type, void *reference);
void WM_main_add_notifier(unsigned int type, void *reference);