I have a SmartWatch MN2. I understand that OnTouch is called every time there is a touch event (TOUCH_ACTION_PRESS, TOUCH_ACTION_LONGPRESS, or TOUCH_ACTION_RELEASE). I can get only the start point coordinates (PRESS) and the end point coordinates (RELEASE) when I touch the screen. But There might be many touch points between the start and end points. If I used SmartWatch2 SW2, can I find all those touch points in between?

有帮助吗?

解决方案

There is currently no way to do that unfortunately. The watch does support swipe events so perhaps you could use that instead, depending on what you are trying to accomplish obviously.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top