Ferdinand Schober

Results 326 comments of Ferdinand Schober

You might also want to check out #37

It's been a while since I did any Android emulation. But this would still require to have an adb connection to the device from termux, right? https://developer.android.com/training/testing/other-components/ui-automator looks like a...

https://developer.android.com/reference/android/accessibilityservice/GestureDescription

That UI is looking very familiar, I wonder where you got inspiration from :laughing:. Very interesting project! Let me know if there is anything I can do to help you...

Could you clarify what you mean by server and client? I'm assuming, you are using the Win11 device to control your mac, is that correct?

I will see if I can reproduce it! In case you haven't, you may want to try [deskflow](https://github.com/deskflow/deskflow/) as well :)

@nbolton, do you know about that long right button press issue?

@nbolton lan-mouse uses `CGEventPost` with `cghidEventTap`: https://github.com/feschber/lan-mouse/blob/main/input-emulation/src/macos.rs

From the description, it sounds like the mouse jumping to the center of the screen could be caused by input-emulation code not waiting for the capture to warp the cursor...

#337 should fix the scrolling. The double click problem is a bit more complicated, apparently on MacOS, a flag must be manually set for a double click to be registered....