cleanup check access, read, and factory GetNextInput funcs. Use size rather than magic number

This commit is contained in:
Ameer
2020-06-23 17:37:15 -04:00
parent d4e07fd95e
commit 743e1f02a0
4 changed files with 101 additions and 151 deletions

View File

@ -51,7 +51,6 @@ public:
for (const KeyButtonPair& pair : list) {
if (pair.key_code == key_code) {
pair.key_button->status.store(pressed);
break;
}
}
}