You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to know how would one going about making c++ program to interface with scrcpy's interface link to mobile phone and use it to send inputs/ touch events as fast as the server allows.
And if there is any source / example material it would be great.
adb shell input work really slow, and scrcpy's touch throughput works really fast, that is why I am asking.
I have already seen this #231 (comment) it said that you send event data to server with eventually control_event_serialize, but where does it write to?
The text was updated successfully, but these errors were encountered:
I would like to know how would one going about making c++ program to interface with scrcpy's interface link to mobile phone and use it to send inputs/ touch events as fast as the server allows.
And if there is any source / example material it would be great.
adb shell input work really slow, and scrcpy's touch throughput works really fast, that is why I am asking.
I have already seen this #231 (comment) it said that you send event data to server with eventually control_event_serialize, but where does it write to?
The text was updated successfully, but these errors were encountered: