From ffeb0e47b2ae0c9c785deb74ec4994cbd0ca5df8 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Wed, 23 Feb 2011 20:50:40 -0500 Subject: [PATCH] easing scope was a yes go --- src/archutils/Darwin/MouseDevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/archutils/Darwin/MouseDevice.cpp b/src/archutils/Darwin/MouseDevice.cpp index 7e83921c57..ed4fc24282 100644 --- a/src/archutils/Darwin/MouseDevice.cpp +++ b/src/archutils/Darwin/MouseDevice.cpp @@ -45,7 +45,7 @@ void MouseDevice::AddElement( int usagePage, int usage, IOHIDElementCookie cooki IntValue( CFDictionaryGetValue(properties, CFSTR(kIOHIDElementMinKey)), iMin ); int iMax = 0; IntValue( CFDictionaryGetValue(properties, CFSTR(kIOHIDElementMaxKey)), iMax ); - + // based on usage switch( usage ) {