Module winit::platform_impl::platform::wayland
source · Expand description
Winit’s Wayland backend.
Re-exports§
pub use crate::platform_impl::platform::OsError;
pub use crate::platform_impl::platform::WindowId;
pub use event_loop::EventLoop;
pub use event_loop::EventLoopProxy;
pub use event_loop::EventLoopWindowTarget;
pub use output::MonitorHandle;
pub use output::VideoMode;
pub use window::Window;
Modules§
- The event-loop routines.
- output 🔒
- seat 🔒Seat handling.
- state 🔒
- types 🔒Wayland protocol implementation boilerplate.
- window 🔒The Wayland window.
Structs§
- Dummy device id, since Wayland doesn’t have device events.
Enums§
Functions§
- The default routine does floor, but we need round on Wayland.
- make_wid 🔒Get the WindowId out of the surface.