keyboard & mouse input issues
@Nova I followed up a bit this morning on some of the issues we were looking at earlier. IDK how many of these issues are known but hopefully this is useful
Observations with
) so far, using
What works: right click to drag, left click to click without dragging
Mouse event issues:
Observations with
-f (and nothing in ~/.cargo/bin QT_QPA_PLATFORM=wayland WAYLAND_DISPLAY=wayland-0 DISPLAY= kate as my test application:What works: right click to drag, left click to click without dragging
Mouse event issues:
- I haven't had any luck with scrolling, either targeting inner application or for window sizing.
- Left click+hold to drag will get a
Releasedevent early. Looking atmanifoldandmanifold | azimuthstate with prints doesn't show any issue with them, but I couldn't figure out in the server where it's coming from. - Still no keyboard events through
azimuth. It seems it never gets ahovered_keyboardwith which to send events to based on the print-debugging I've done.

