Emanuele D'Osualdo
Emanuele D'Osualdo
Wow this is amazing, thanks so much for the effort! I'll try to have a look soon and see if I can help.
A quick test works on my machine. Many interactions crash because they still use the old object hierarchy. Is there no tool around that can trigger warnings statically for breaking...
Oh thanks! Yes my formatting is absolutely horrifying I know! I keep promising myself to run a linter and never do it. The author of the VNC server was also...
Re testing: I will test it on my RM1 maybe this weekend. What I think could be useful is: emulating touch events on click and emulating arrow key presses to...
Let me clarify: Python-evdev cannot be used as is because it only manipulates local devices afaict. The hint was to look there for the structs and codes so that you...
Ah @pl-semiotics that's amazing thanks, I did miss that! If I have a spare cycle in the weekend I'll give it a go!
@stheid it is indeed a nice to have feature, but I would implement it by sending the events to the VNC server as @pl-semiotics suggested. Feel free to make an...
I implemented this in the [`pointer-events`](https://github.com/bordaigorl/rmview/tree/pointer-events) branch. Mouse events are translated to touch events, unless shift is pressed, in which case they are translated to pen events. Left/Right presses are...
@pl-semiotics I am noticing that sometimes buttons become unresponsive on the tablet (until next restart of xochitl) after using it with rmview (with the `pointer-events` version). My guess is that...
@stheid @pl-semiotics could you test the `pointer-events` branch? I think I now got it working reliably, but wanted to check. A few iterations back, button input would randomly stop working...