alright, it still works...

This commit is contained in:
AJ Kelly
2011-02-14 14:04:33 -06:00
parent c9c61c4bb9
commit 0fda8885da
2 changed files with 1 additions and 7 deletions
@@ -92,11 +92,9 @@ bool DIDevice::Open()
case JOYSTICK:
hr = Device->SetDataFormat( &c_dfDIJoystick );
break;
/*
case MOUSE:
hr = Device->SetDataFormat( &c_dfDIMouse );
break;
*/
}
if ( hr != DI_OK )
{
@@ -122,11 +120,9 @@ bool DIDevice::Open()
Inputs.push_back(in);
}
break;
/*
case MOUSE:
Device->EnumObjects( DIMouse_EnumDevObjectsProc, this, DIDFT_BUTTON | DIDFT_PSHBUTTON );
break;
*/
}
{