We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee08a56 commit 56433aaCopy full SHA for 56433aa
1 file changed
app/src/main/java/io/github/yawnoc/strokeinput/InputContainer.java
@@ -238,6 +238,9 @@ private static int getContrastingColour(final int colour) {
238
239
/*
240
Handle logic for multiple pointers (e.g. two-thumb typing).
241
+ The correct handling of a pointer moving outside the keyboard
242
+ is ensured by including a 1-pixel gutter at the top of the keyboard
243
+ (so that the pointer must move through a key-free row of pixels).
244
// TODO: fix unexpected behaviour when two pointers merge
245
*/
246
@SuppressLint("ClickableViewAccessibility")
0 commit comments