-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
for iced_layershell binding to be published and be usable #1
Comments
if want to finish keyboard, please take https://github.com/rust-windowing/winit/blob/master/src/platform_impl/linux/common/xkb/keymap.rs as reference |
https://github.com/waycrate/exwlshelleventloop/blob/master/layershellev/src/lib.rs#L875 here need to add a event to check scroll event, and passed it to iced |
Cannot register subscription listen to event |
Hey, I'm looking forward into using layer-shell + iced too. Maybe I can help you in some way? Unfortunately I have little (no) experience in how this protocol works and how it relates to iced, maybe you can shine some light on it for me? I would appreciate if you could tell me how it works and what can I do. Cheers |
Thank you for your reply!! I think you can help read the xkb implement in winit. Now the keyboard event handled by iced-layershell is not full. You can see this pr #9 and related code is in https://github.com/rust-windowing/winit/tree/master/src/platform_impl/linux/common |
Hey I think that's too complicated for me (for now at least). Maybe I'll come back to it later. Good luck on your work! |
Mouse should handle right and left.. now the logic thought that them are all left button |
@sundaram123krishnan can you help impl text-input-v3 in layershellev? |
this make it can be used with iced
still need to be done
other things
finally
etc
The text was updated successfully, but these errors were encountered: