Tony
Tony
Yeah I was thinking about it, but that means you'll need to always preserve that store, sometimes you might just want to read the data from it and forget about...
I need to take a break, this thing is haunting me right now 😂
Note: don't merge it yet, I didn't have the time to test and write the docs yet, got some other things to handle, might be able get back on this...
Did some basic testing and docs, should be ready for merge now
To be honest, I still find `create` to be very confusing, I don't think anyone will expect it to mean open an empty store in the rust side without loading...
Except for `close` doesn't actually work right now, looks good to me
I'm fine with making this optional, where do you think I should put the option at and do you think this should be opt-in or opt-out?
Since this can be toggled per window, should we put this in `WindowExtWindows` or go with a new trait `ActiveEventLoopExtWindows`?
I think there might be cases where only some windows will need to get the wheel data without the system settings, so have gone ahead and pushed it to `WindowExtWindows`
Yeah, I get what you meant, but that's a bit tedious to use, no? 🙃 (also I believe you can scroll on non focused windows with a system setting that...