Skip to content

Commit

Permalink
Don't stop keyrepeat after a circle gesture
Browse files Browse the repository at this point in the history
This was inconsistent with the anticircle and roundtrip gestures.
  • Loading branch information
Julow committed Jun 22, 2024
1 parent 460f253 commit 6405e5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion srcs/juloo.keyboard2/Pointers.java
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ else if (ptr.gesture.changed_direction(direction))
{ // Gesture changed state
if (!ptr.gesture.is_in_progress())
{ // Gesture ended
stopKeyRepeat(ptr);
_handler.onPointerFlagsChanged(true);
}
else
Expand Down

0 comments on commit 6405e5e

Please sign in to comment.