Struct limn_core::window::Window [] [src]

pub struct Window {
    pub window: GlWindow,
}

A simple wrapper around a glutin::GlWindow.

Fields

Methods

impl Window
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Get the size of the client area of the window in actual pixels. This is the size of the framebuffer

[src]

Get the size of the client area of the window in density independent pixels.

[src]