We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56433aa commit 9276c6dCopy full SHA for 9276c6d
1 file changed
app/src/main/java/io/github/yawnoc/strokeinput/InputContainer.java
@@ -241,7 +241,7 @@ 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
+ The correct handling of merging pointers has not been implemented.
245
*/
246
@SuppressLint("ClickableViewAccessibility")
247
@Override
0 commit comments