changes to mac mouse stuff

This commit is contained in:
AJ Kelly
2011-03-16 23:29:44 -05:00
parent e6faf4c4bd
commit c7ec5f2601
+2 -2
View File
@@ -104,11 +104,11 @@ void MouseDevice::GetButtonPresses( vector<DeviceInput>& vPresses, IOHIDElementC
const Mouse& m = m_Mouse; const Mouse& m = m_Mouse;
if( m.x_axis == cookie ) if( m.x_axis == cookie )
{ {
// INPUTFILTER->UpdateCursorLocation(m.x_axis,m.y_axis); // INPUTFILTER->UpdateCursorLocation(value,m.y_axis);
} }
else if( m.y_axis == cookie ) else if( m.y_axis == cookie )
{ {
// INPUTFILTER->UpdateCursorLocation((float)m.x_axis,(float)m.y_axis); // INPUTFILTER->UpdateCursorLocation(m.x_axis,value);
} }
else if( m.z_axis == cookie ) else if( m.z_axis == cookie )
{ {