noisy debug: log button presses/releases

This commit is contained in:
Glenn Maynard
2004-03-29 05:03:05 +00:00
parent 03baefc3de
commit ef193252bc
+1
View File
@@ -72,6 +72,7 @@ void InputFilter::ButtonPressed( DeviceInput di, bool Down )
if(m_BeingHeld[di.device][di.button] == Down)
return;
LOG->Trace( "ButtonPressed(%i,%i) %i", di.device, di.button, Down );
const bool WasBeingPressed = IsBeingPressed( di );
m_BeingHeld[di.device][di.button] = Down;