I would like to implement my own version of pinch-zoom.
To do that I need to know when the user puts two fingers on the screen.
I am attaching a test case. Run it, and touch the screen with a single finger. There is a log for a mouse down.
Putting a second finger on the screen (while keeping the first one touching) does not generate an event.
To do that I need to know when the user puts two fingers on the screen.
I am attaching a test case. Run it, and touch the screen with a single finger. There is a log for a mouse down.
Putting a second finger on the screen (while keeping the first one touching) does not generate an event.
Comment