Function cosmic::iced_runtime::window::get_position
source ยท pub fn get_position(id: Id) -> Task<Option<Point>>
Expand description
Gets the position in logical coordinates of the window with the given Id
.
pub fn get_position(id: Id) -> Task<Option<Point>>
Gets the position in logical coordinates of the window with the given Id
.