-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Control without capture? #4566
Comments
Over USB: |
Thanks but as I pointed out, my use case is over TCP/IP. |
There is currently no solution for controlling the device without mirroring (maybe #4473 will help later). One reason it is not easy to control without mirroring is that you need to see the screen to know where to click (absolute mode) in default injection mode. Only in HID mode you can have relative mouse events. Another one is that SDL requires a window on the client side to capture the keyboard and the mouse. |
Fair enough if there's no solution—I'll look into other software. |
Looked around a bit but couldn't find a clear answer. Standard use of scrcpy works great, but running
scrcpy -N
over TCP/IP I get:A bit perplexed as I thought forwarding input (at least key events) qualifies as a "thing to do". Any other way to accomplish this?
The text was updated successfully, but these errors were encountered: