This commit is contained in:
Glenn Maynard
2005-05-25 22:39:56 +00:00
parent cef33517ee
commit c962fa49ee
5 changed files with 46 additions and 46 deletions
@@ -8,10 +8,10 @@
class InputHandler_MonkeyKeyboard: public InputHandler
{
public:
void Update(float fDeltaTime);
void Update( float fDeltaTime );
InputHandler_MonkeyKeyboard();
~InputHandler_MonkeyKeyboard();
void GetDevicesAndDescriptions(vector<InputDevice>& vDevicesOut, vector<CString>& vDescriptionsOut);
void GetDevicesAndDescriptions( vector<InputDevice>& vDevicesOut, vector<CString>& vDescriptionsOut );
private:
RageTimer m_timerPressButton;