-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
希望使用手掌擦除后屏蔽触摸输入百余毫秒 #109
Comments
值得注意的是 希沃白板似乎做了相应优化,在擦完后立即用手书写是写不上的 |
从来没有遇到过这种情况。(希沃红外屏上) |
我们是MC86FEE |
触摸高度问题
预计触摸框自己处理有问题,在完全抬手之前就判断结束了。也就是此时的触摸尺寸出现快速的变更
希沃白板是通过完全的输入结束才允许从橡皮擦模式切换到笔书写模式的。判断输入完全结束的方法就是要求所有在橡皮擦模式中执行的 Down 全抬起之后才算输入完全结束 |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
如题,在书写时直接用手掌擦除笔记之后往往会手掌离开了屏幕,但是由于红外触摸框不一定要手到达屏幕才识别,这就会导致擦完在相应位置留下一点点笔迹,会导致“擦不干净”的现象
The text was updated successfully, but these errors were encountered: