Recent content by C C7

  1. C C7

    How to translate device screen position to sendevent position?

    I know about the input tap x y shell command, however, I'm trying to understand how to perform a click using the sendevent command. I been able to achieve it with the following command: sendevent /dev/input/event5 3 53 X && sendevent /dev/input/event5 3 54 Y && sendevent /dev/input/event5 0 2 0...