Open Mohammad699 opened 4 years ago
It's disabled because in practice it does nothing. What's your use case?
Hand drawing using mouse and gaming It will be much helpful if there is a short cut to toggle it on and off. I'll work on it but I need a guide
@rom1v Some first person games use mouse movement (if a mouse is present) to look around.
@rom1v yeah I'm also trying to play Android games via scrcpy. Would be really great just to have a flag that allows all mouse motion to be sent regardless of if a button is being pressed.
@michael-ts my workaround is just to connect a USB mouse directly to the Android.
@michael-ts我的解决方法只是将 USB 鼠标直接连接到 Android。
In which code are the received clicks, swipes, or multi-touch events executed?
is it this input manager method that handles mouse motion?
I commented the return line to pass the motion even if there is no button but it didn't work Can we make a constant that can be toggled with a short cut to pass the motion with no button and only with buttons?
I couldn't get the app flow because I'm a newbie in C
If there is a chance to pass mouse motion to device please guide me to do it
Thank you very much