forked from eden-emu/eden
cleanup check access, read, and factory GetNextInput funcs. Use size rather than magic number
This commit is contained in:
parent
ef0b52563d
commit
39ca7c675c
4 changed files with 101 additions and 151 deletions
|
@ -51,7 +51,6 @@ public:
|
|||
for (const KeyButtonPair& pair : list) {
|
||||
if (pair.key_code == key_code) {
|
||||
pair.key_button->status.store(pressed);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue