InputDevice_Invalid

This commit is contained in:
Glenn Maynard
2006-09-26 21:10:47 +00:00
parent 361f8f4e01
commit 1641aec026
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ void InputFilter::Update( float fDeltaTime )
* things like "key pressed, key release, key repeat". */
LockMut(*queuemutex);
DeviceInput di( DEVICE_NONE, DeviceButton_Invalid, 1.0f, now );
DeviceInput di( InputDevice_Invalid, DeviceButton_Invalid, 1.0f, now );
vector<ButtonStateMap::iterator> ButtonsToErase;