mapping -> m_Mapping

This commit is contained in:
AJ Kelly
2011-02-23 19:31:14 -06:00
parent 65f3085ca9
commit e9bc46fee6
+1 -1
View File
@@ -76,7 +76,7 @@ void MouseDevice::AddElement( int usagePage, int usage, IOHIDElementCookie cooki
bool mouseWheel = (buttonID == MOUSE_WHEELUP || buttonID == MOUSE_WHEELDOWN);
if( buttonID <= MOUSE_MIDDLE )
mapping[cookie] = buttonID;
m_Mapping[cookie] = buttonID;
else
LOG->Warn( "Button id too large: %d.", int(buttonID) );
break;