Support KeybReset().
This commit is contained in:
parent
9af407a089
commit
ce54d08bc2
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ void KeybLoadSnapshot(YamlLoadHelper& yamlLoadHelper, UINT version)
|
|||
|
||||
void KeybReset()
|
||||
{
|
||||
std::queue<BYTE>().swap(keys);
|
||||
}
|
||||
|
||||
bool KeybGetShiftStatus()
|
||||
|
|
Loading…
Add table
Reference in a new issue