Struct quicksilver::graphics::WindowBuilder [] [src]

pub struct WindowBuilder { /* fields omitted */ }

A builder that constructs a Window and its Canvas

Methods

impl WindowBuilder
[src]

[src]

Create a default window builder

[src]

Set if the window should show its cursor

[src]

Set how the window should handle resizing

[src]

Set the minimum size for the window

On the web, this does nothing.

[src]

Set the maximum size for the window

On the web, this does nothing.

[src]

Create a window and canvas with the given configuration