Struct awi::Window [] [src]

pub struct Window { /* fields omitted */ }

A window on Windows, Android, IOS, Wayland, XWindows, Direct to Display, Aldaron's OS, Arduino, Nintendo Switch, A Web Page, or No OS.

Methods

impl Window
[src]

[src]

Create a window, using title as the title, and icon as the window icon. The format of icon is as follows: (width, height, pixels). You can load icons with aci.

[src]

Redraw the window, and get any new user input.

[src]

Toggle whether the window is fullscreen.

[src]

Get the type of connection, plus native window and connection handles to pass to ffi. See WindowConnection for more details.

[src]

Get the width and height of the window, as a tuple.

[src]

Get input, if there's any.