Struct pix_engine::core::window::WindowBuilder [−][src]
pub struct WindowBuilder<'a> { /* fields omitted */ }Expand description
WindowBuilder
Implementations
Set window dimensions.
Set a window title.
Position the window at the given (x, y) coordinates of the display.
Position the window in the center of the display.
Start window in fullscreen mode.
Removes the window decoration.