Function cosmic::iced_runtime::window::enable_mouse_passthrough

source ยท
pub fn enable_mouse_passthrough<Message>(id: Id) -> Task<Message>
Expand description

Enables mouse passthrough for the given window.

This disables mouse events for the window and passes mouse events through to whatever window is underneath.