0x182d4454fb211940
0x182d4454fb211940
tenpo ni la, poki AUR li lon. ni la, kama jo li wile e pali lili kepeken ilo Arch.
Hi can I ask what the state of this pr is? I'm interested in using winit in a stylus-based project and so I'd be willing to help with this if...
Can I ask what the status of this is? It seems like a huge segment of the rust ecosystem relies on Smithay for Wayland support, which rules out a lot...
@kchibisov I see, thank you for explaining. 🙂
The reason I went with the extra types is some states don't make sense. For example, a `PointerInput` will never have both `PointerSource::Touch { .. }` and `button: Some(_)`. But...
Some thoughts and questions while designing this version: * In #1374, what is `PointerContactArea`? Is that necessary for a first implementation? * I renamed twist to angle (perhaps rotation would...
So in the meantime I've made a rough fork of winit and bevy to start working on my project. What worked there has given me another potential idea: splitting the...
I think I have a rough understanding of how the wayland API works, and I'll try implementing this for wayland soon. It seems like how to report the events to...
Yeah I'll be happy to work on this. I'll start when I have some free time (likely tomorrow).