Fix stuck keys after toggle fullscreen

This commit is contained in:
Chris Danford
2003-06-22 04:38:05 +00:00
parent a7c88d569e
commit ae2be8a170
3 changed files with 15 additions and 3 deletions
+5
View File
@@ -18,6 +18,11 @@
InputFilter* INPUTFILTER = NULL; // global and accessable from anywhere in our program
InputFilter::InputFilter()
{
Reset();
}
void InputFilter::Reset()
{
memset(m_BeingHeld, 0, sizeof(m_BeingHeld));