scrcpy
scrcpy copied to clipboard
Click, stop click commands
From what I could see with the docs and the libraries associated with scrcpy, the only way (not neat) to do this would have been to start a thread sending a click command but for a long period of time.
I need to be able to hold a position on the screen for an indefinite amount of time and was wondering if it would be possible to introduce a command in scrcpy which can start a click and stop a click separately
A command to start a click at a position, a command to stop a click at a position.
also need this feature