Accessing the underlying Wayland connection #1826
Unanswered
WhyNotHugo
asked this question in
Q&A
Replies: 1 comment 5 replies
-
You cannot currently, but I am open to exposing internals once the This branch has a new |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Given an
iced::application::Application
, can I somehow get a reference of the underlying Wayland connection (e.g.: the type exposed bywayland_client
?I want to interact with the compositor directly to use features/protocols for which iced has no abstractions, but I need to use the same connection.
Beta Was this translation helpful? Give feedback.
All reactions