Enum glfw::WindowMode[src]

pub enum WindowMode<'a> {
    FullScreen(&'a Monitor),
    Windowed,
}

Describes the mode of a window

Variants

FullScreen

Full screen mode. Contains the monitor on which the window is displayed.

Windowed

Windowed mode.