Fix stuck keys after toggle fullscreen
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user