Romain Vimont
Romain Vimont
Any relevant logs in the console output?
Double-click on `open_a_terminal_here.bat`, type `scrcpy -KM` (K for HID keyboard, M for HID mouse) and press Enter. Some logs will be printed to this terminal while scrcpy is running.
OK, that's what I suspected. Scrcpy enqueues at most a fixed number of events (currently 64), because if there are too many events not consumed, we want to discard them...
OK, thank you. So an event resampling/merging mechanism will be necessary. It's not trivial and requires some work. Unfortunately, I could not reproduce on my machine with my mouse (AFAIK...
Does it work with another Android device?
OK. And does it work correctly if you connect your mouse directly to the Android device?
Also, do you reproduce the problem if you use the default mouse injection method instead of HID? (Since mouse motion events are not forwarded when nl mouse buttons are pressed,...
> Sorry. I don't quite understand this. What is "default mouse injecton method"? Without `--otg`.
> Do you mean mirroring screen of Android device and controling it on pc screen? Yes. In that case, when you move the mouse with left button pressed, are there...
> I'm wondering if there is a way (e.g. a key combination or a combination of holding a key while clicking with the mouse, etc.) that would send the swipe...