Struct asteroid::settings::Settings [] [src]

pub struct Settings {
    pub title: String,
    pub width: u32,
    pub height: u32,
    pub vsync: bool,
    pub fullscreen: bool,
    pub exit_on_escape: bool,
}

Fields