Struct mold2d::context::Window [] [src]

pub struct Window {
    pub title: &'static str,
    pub width: u32,
    pub height: u32,
}

Represents a SDL window to render

Fields