Skip to content

Commit 9276c6d

Browse files
committed
Change merging pointers TODO to a 'probably WONTFIX'
1 parent 56433aa commit 9276c6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/io/github/yawnoc/strokeinput/InputContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Handle logic for multiple pointers (e.g. two-thumb typing).
241241
The correct handling of a pointer moving outside the keyboard
242242
is ensured by including a 1-pixel gutter at the top of the keyboard
243243
(so that the pointer must move through a key-free row of pixels).
244-
// TODO: fix unexpected behaviour when two pointers merge
244+
The correct handling of merging pointers has not been implemented.
245245
*/
246246
@SuppressLint("ClickableViewAccessibility")
247247
@Override

0 commit comments

Comments
 (0)