call InputHandler::Update

This commit is contained in:
Glenn Maynard
2003-07-13 01:03:09 +00:00
parent c4417a0678
commit f56d3345fa
4 changed files with 9 additions and 1 deletions
@@ -186,6 +186,8 @@ void InputHandler_Linux_tty::Update(float fDeltaTime)
INPUTFILTER->ButtonPressed(DeviceInput(DEVICE_KEYBOARD, butno), pressed);
}
}
InputHandler::Update( fDeltaTime );
}
void InputHandler_Linux_tty::GetDevicesAndDescriptions(vector<InputDevice>& vDevicesOut, vector<CString>& vDescriptionsOut)