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:
authorErwin Coumans <blender@erwincoumans.com>2005-08-17 18:29:58 +0400
committerErwin Coumans <blender@erwincoumans.com>2005-08-17 18:29:58 +0400
commit72d60d7b6371fa0b3426ea0db3aecb45b9ae7a4a (patch)
tree4f5d4709bbc52d64b4b069e82419e03f0f65fc27 /source/blender/makesdna/DNA_sensor_types.h
parent8b060dd5adfe5d56f558e4a600717f2b755d8559 (diff)
added the "mouse over any", makes the sensor more useful
Diffstat (limited to 'source/blender/makesdna/DNA_sensor_types.h')
-rw-r--r--source/blender/makesdna/DNA_sensor_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_sensor_types.h b/source/blender/makesdna/DNA_sensor_types.h
index 4df3ecb5a11..7fcb400d66e 100644
--- a/source/blender/makesdna/DNA_sensor_types.h
+++ b/source/blender/makesdna/DNA_sensor_types.h
@@ -233,6 +233,7 @@ typedef struct bJoystickSensor {
#define BL_SENS_MOUSE_WHEEL_DOWN 6
#define BL_SENS_MOUSE_MOVEMENT 8
#define BL_SENS_MOUSE_MOUSEOVER 16
+#define BL_SENS_MOUSE_MOUSEOVER_ANY 32
#define SENS_JOY_BUTTON 0
#define SENS_JOY_BUTTON_PRESSED 0