pub trait MoveableWindow {
// Required method
fn move_window(&mut self, point: ScreenPoint);
}Expand description
A window that isn’t fixed in screen space
pub trait MoveableWindow {
// Required method
fn move_window(&mut self, point: ScreenPoint);
}A window that isn’t fixed in screen space