mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-04 22:47:44 -04:00
Allow one key to have multiple actions
This commit is contained in:
parent
d685ce4625
commit
87dc66a025
1 changed files with 1 additions and 1 deletions
2
input.c
2
input.c
|
@ -63,7 +63,7 @@ static int *in_alloc_binds(int drv_id, int key_count)
|
|||
if (defbinds[i].bit == 0 && defbinds[i].btype == 0
|
||||
&& defbinds[i].bit == 0)
|
||||
break;
|
||||
binds[IN_BIND_OFFS(defbinds[i].code, defbinds[i].btype)] =
|
||||
binds[IN_BIND_OFFS(defbinds[i].code, defbinds[i].btype)] |=
|
||||
1 << defbinds[i].bit;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue