mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-03 06:24:32 +00:00
Unstick highlight in input config
This commit is contained in:
parent
08a884b375
commit
acb515b738
2 changed files with 9 additions and 1 deletions
|
@ -771,6 +771,7 @@ bool Core::getMouseButtonState(int m)
|
|||
|
||||
bool Core::getKeyState(int k)
|
||||
{
|
||||
assert(k < KEY_MAXARRAY);
|
||||
return k > 0 && k < KEY_MAXARRAY ? keys[k] : 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue