last mouse code commit for the night

This commit is contained in:
AJ Kelly
2011-02-15 04:05:43 -06:00
parent 2d71b91c25
commit eaba89aa03
2 changed files with 6 additions and 1 deletions
@@ -340,7 +340,6 @@ static BOOL CALLBACK DIMouse_EnumDevObjectsProc(LPCDIDEVICEOBJECTINSTANCE dev, L
}
else if(dev->dwType & DIDFT_AXIS)
{
LOG->Trace("found a mouse axis");
// todo: how to handle this correctly? -aj
in.type = in.AXIS;
in.num = device->axes;