-
Notifications
You must be signed in to change notification settings - Fork 72
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
CX CAS: Move Touchpad Cursor via Mouse Cursor #353
Comments
(FWIW, once the cursor is active, you can also click and drag on the LCD with your mouse, not just the touchpad - which is more comfortable) |
Sorry for misphrasing. I meant exactly that. It feels a big awkward. |
Well, doing more than this is getting out of "just-emulation" land though, I'd say (if you're messing with memory content to adjust cursor coordinates from the host's ones), whereas right now it sends touchpad events and the OS does what it need to do from this. Nevertheless, the current situation is much better than before where no touchpad emulation worked, and you just didn't have cursor control :) |
Your right in both statements. It's better to have some control :-) |
There's one option that would work without OS integration and that's cursor capturing/grabbing, i.e. when clicking the LCD, the host cursor disappears and movement is directly applied to the touchpad. It's still not quite trivial because it would have to translate relative movement to individual touchpad moves to not go beyond the edges. |
it will be quite hard to do that,need a way to rebuild the relation of touchpad input to mouse position,other issues are relatively easy to be workout |
Hi,
clicking the touchpad center with the mouse and dragging allows the Calc cursor to appear and being moved, but that's far from being optimal. Using the Calc mouse cursor directly via the Host mouse cursor would improve the overall usability.
glocke
The text was updated successfully, but these errors were encountered: