This commit is contained in:
Glenn Maynard
2006-12-17 07:16:06 +00:00
parent a8dc57f38e
commit fc6033d754
@@ -22,6 +22,8 @@ void InputHandler::ButtonPressed( DeviceInput di, bool Down )
++m_iInputsSinceUpdate;
}
di.character = DeviceButtonToChar( di.button, true );
INPUTFILTER->ButtonPressed( di, Down );
if( m_iInputsSinceUpdate >= 1000 )
@@ -191,9 +193,9 @@ void MakeInputHandlers( const RString &drivers_, vector<InputHandler *> &Add )
DEBUG_ASSERT( ret );
Add.push_back( ret );
}
// Always add
Add.push_back( new InputHandler_MonkeyKeyboard );
}