Crate awi [] [src]

Aldaron's Window Interface is a library developed by Plop Grizzly for creating a window and handling it's input.

Re-exports

pub extern crate afi;
pub extern crate afi_docf;

Structs

Window

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

Enums

Align

Text alignment

Click

A Mouse Click or Touch (for touchscreens)

Emphasis

Text emphasis

FontColor

Text color

Input

Input to the window, that's put into the input queue, when an event has occurred.

Key

This enum represents a physical key on a keyboard. There a 75 possible keys

Msg

A Keyboard Shortcut

WindowConnection

Connection is listed first, then window.

Traits

WindowOps

Native window operations for implementing new platforms.