2020-05-16 04:22 AM
Hi,
I want to achieve this effect, when I slide from start coordinate to end coordinate ,the current screen can be changed to another screen,but the start coordinate and end coordinate is fixed to an area,please see the annotation on the screenshot, and how can i realize it in my code?
Thanks!
2020-05-16 05:59 AM
The gesture event also has coordinate information, so you could simply limit the screen transfer to the area you want.
/Martin