From 72d60d7b6371fa0b3426ea0db3aecb45b9ae7a4a Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Wed, 17 Aug 2005 14:29:58 +0000 Subject: added the "mouse over any", makes the sensor more useful --- source/blender/makesdna/DNA_sensor_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesdna/DNA_sensor_types.h') 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 -- cgit v1.2.3