-
-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking issue for different implementation between winit
#470
Comments
There is no |
There is no |
clipboard will be replaced with |
Happy to hear that and is there any plan to merge |
That's the idea Amr and Yu-Wei are creating PRs at winit non-stop to get stuff we need implemented in winit so that we hopefully can switch at some point. |
I'm testing
Perhaps it may be worth evaluating these differences on Windows and reconsidering this? Cheers |
There is two separate events,
I am aware of that, and I think it is a fair trade off for the flexibility of device events
That is true and might be a good reason to stick with the current implementation especially since handling these events resulted in a slower webview rendering in WRY.
Nothing is set in stone yet so thanks for your feedback. |
Ah I didn't realise this was a bug and I do see that it was fixed on a slightly newer revision than I'm using so this is likely due to an older version of winit on my end 😄
Totally understand. I think there are use cases for both. For example, I'm building a volume control app which needs to take over the volume keys. However in most cases, this won't be needed. Appreciate the reply |
Linux platform's
|
our current key handling was just a merge of new-keyboard branch from winit which winit plans to roll out soon in rust-windowing/winit#2662 |
Amr Bashir ***@***.***> writes:
our current key handling was just a merge of [new-keyboard](https://github.com/rust-windowing/winit/tree/new-keyboard) branch from winit which winit plans to roll out soon in rust-windowing/winit#2662
Good to know. Thanks.
|
- see tauri-apps/tao#470 Signed-off-by: JellyBrick <[email protected]>
This is an issue to track which PR or commit we add that's not in winit yet.
We should either add to winit too or adjust the behavior in tao, so they are consistent.
Transparent Windows don't work unless we draw to the window surface Transparent example not working rust-windowing/winit#2502, usesoftbuffer
to clear the window surface[ALL] c0d5a53 -REJECTED: usemonitor_from_point
available_monitors()
and compare bounds with the point.cursor_position
- Addcursor_position
getter API rust-windowing/winit#2648nextResponder
inkey_down
openURL
,openFile
,openFiles
WS_CLIPCHILDREN
- Add option to enable/disableWS_CLIPCHILDREN
window style rust-windowing/winit#3212The text was updated successfully, but these errors were encountered: