cleanup check access, read, and factory GetNextInput funcs. Use size rather than magic number
This commit is contained in:
@ -51,7 +51,6 @@ public:
|
||||
for (const KeyButtonPair& pair : list) {
|
||||
if (pair.key_code == key_code) {
|
||||
pair.key_button->status.store(pressed);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user