mirror of
https://github.com/swaywm/sway.git
synced 2025-11-11 13:29:51 -05:00
style
This commit is contained in:
parent
f6e002fb8b
commit
f5fde7c45c
9 changed files with 35 additions and 35 deletions
|
|
@ -36,7 +36,7 @@ void press_key(keycode key) {
|
|||
void release_key(keycode key) {
|
||||
uint8_t index = find_key(key);
|
||||
if (index < KEY_STATE_MAX_LENGTH) {
|
||||
//shift it over and remove key
|
||||
// shift it over and remove key
|
||||
key_state_array[index] = 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue