Function iced::window::fetch_position

source ·
pub fn fetch_position<Message>(
    id: Id,
    f: impl FnOnce(Option<Point>) -> Message + 'static
) -> Command<Message>
Expand description

Fetches the current window position in logical coordinates.