0

I am doing some testing on Android related to screen pinning. I want to send simultaneous input taps on a device on the back button and the overview button to stop screen pinning.

I tried to do this and put the second input has a delay.

adb shell "input tap X1 Y1 ; input tap X2 Y2"

How do I make two input taps simultaneous ?

Jake
  • 16,329
  • 50
  • 126
  • 202
  • [AndroidViewClient/culebra](https://github.com/dtmilano/AndroidViewClient) supports multitouch, which I guess is what you are looking for: https://stackoverflow.com/a/73956499/236465 – Diego Torres Milano Dec 23 '22 at 21:59

0 Answers0