Function cosmic::iced_runtime::window::disable_mouse_passthrough

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

Disable mouse passthrough for the given window.

This enables mouse events for the window and stops mouse events from being passed to whatever is underneath.