pub trait MapWindow {
fn size(&self) -> WindowSize;
}Expand description
Window of a certain WindowSize. This can either be a proper window or a headless one.
Required Methods
source
pub trait MapWindow {
fn size(&self) -> WindowSize;
}Window of a certain WindowSize. This can either be a proper window or a headless one.