Skip to content

Commit

Permalink
Fix: input.clear() for repeats
Browse files Browse the repository at this point in the history
  • Loading branch information
skejeton committed Mar 3, 2024
1 parent 70bbc80 commit d78441f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/bindings.c
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ umth_input_clear(UmkaStackSlot *p, UmkaStackSlot *r)
thg->just_pressed[keycode] = 0;
thg->just_released[keycode] = 0;
thg->pressed[keycode] = 0;
thg->press_repeat[keycode] = 0;
}

void
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.3
v1.3.1

0 comments on commit d78441f

Please sign in to comment.