easing scope was a yes go

This commit is contained in:
Jason Felds
2011-02-23 20:50:40 -05:00
parent d00b672898
commit ffeb0e47b2
+1 -1
View File
@@ -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 )
{