Simon Hausmann
Simon Hausmann
Just out of curiosity: If you attach a USB mouse to the same device, can you reproduce the same issue with the mouse pointer and mouse clicks, or is it...
I tried to reproduce this on an stm32mp157-dk2 running ST's yocto linux with Weston. Unfortunately I can't reproduce the issue there. Could you try to compile with `--features slint/backend-linuxkms-noseat` and...
I can reproduce this now on a imx8.
I observe the following event delivery from winit for two clicks at different locations (let's say (a) and (b)): - touch start at a - when the finger is lifted,...
Phew, it seems that sctk (correctly so) accumulates touch up/down/etc. events until a touch frame event is received. With the setup in question, the frame event is received _before_ the...
I've submitted a workaround at https://github.com/Smithay/client-toolkit/pull/444
We discussed this topic a bit this morning and decided to each think about separately how to solve this. This is what I think could be considered as a solution:...
Ouch, there are two bugs at hand here. (1) the compiler should not panic but produce an error message that this isn't supported at the moment and (2) we should...
I can reproduce the panic
I’m not sure I understand. What’s a switch for a PR?:)