This commit is contained in:
EmsiaetKadosh
2025-01-14 19:51:08 +08:00
parent 2b8f8121f8
commit 4f455ca6ad
6 changed files with 103 additions and 29 deletions
+2
View File
@@ -263,3 +263,5 @@ InteractManager::InteractManager() {
keyStatus[0xFE].name = L"OEM-Clear";
}
KeyStatus& InteractManager::getKey(const KeyBinding& binding) noexcept { return keyStatus[binding.keyCode]; }