Markus Røyset
Markus Røyset
> And so if one needs to clone these enums for any reason one also ends up needing to throw away the `WindowEvent::ScaleFactorChanged` event. This is done by necessity, as...
> If you really need tablet support, I THINK WindowEvent::AxisMotion supports tablets, albeit not in pixel coordinate format. But in tablet space coordinate space. I honestly have no idea what...
Thanks for taking the time to contribute (and apologies for taking so long to respond). Is this supposed to map Linux's keycodes to USB HID scancodes?
> I think X11 doesn't allow that? Shouldn't it depend on the WM?
I suppose that would be useful, but I'm not sure if we can implement it on other platforms (or how you'd even implement it on macOS).
I'm not entirely happy with how this handles reentrancy across different windows, but I think the current code is useful enough on its own. I feel like we might perhaps...
This is something I admittedly contemplated when `drag_window` was being implemented, but I ultimately didn't bring it up since I wasn't confident it could be meaningfully generalized across platforms (but...
I'd honestly prefer the "manual" approach, but I don't know how much more work that would be. In either case, the web backend is kind of weird to me in...
> Where the `toolchain` action gathers all the details from the `rust-toolchain.toml` file. This doesn't work at all for me. The action just fails with `toolchain input was not given...
I don't have the means to test this myself, so I'd be merging partially blind right now. As you said, @bschwind, the PR is pretty much identical to #1132, so...