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:
authorMike Erwin <significant.bit@gmail.com>2011-07-01 07:44:03 +0400
committerMike Erwin <significant.bit@gmail.com>2011-07-01 07:44:03 +0400
commit893bf5f81a2a7b7306461cd3c9b5c00b1796bb2d (patch)
treedf060c11b8cc73b25cb1e5ca136acbe8d16b2148 /intern/ghost
parent20de4f27b6be5b4494e1338fe737cf2df42a283e (diff)
verbose ndof event trace for a tester
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_NDOFManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/ghost/intern/GHOST_NDOFManager.h b/intern/ghost/intern/GHOST_NDOFManager.h
index 2a7ecd90025..ab1ad49dea1 100644
--- a/intern/ghost/intern/GHOST_NDOFManager.h
+++ b/intern/ghost/intern/GHOST_NDOFManager.h
@@ -29,8 +29,8 @@
// --- the following type definitions will find a home somewhere else once finished ---
-//#define DEBUG_NDOF_MOTION
-//#define DEBUG_NDOF_BUTTONS
+#define DEBUG_NDOF_MOTION
+#define DEBUG_NDOF_BUTTONS
typedef enum { NDOF_UnknownDevice, NDOF_SpaceNavigator, NDOF_SpaceExplorer, NDOF_SpacePilotPro } NDOF_DeviceT;