Skip to main content

MoveableWindow

Trait MoveableWindow 

Source
pub trait MoveableWindow {
    // Required method
    fn move_window(&mut self, point: ScreenPoint);
}
Expand description

A window that isn’t fixed in screen space

Required Methods§

Source

fn move_window(&mut self, point: ScreenPoint)

Implementors§