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;

Structs

Window

A graphics window on a computer, linked to a rendering API.

Enums

Input

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

WindowConnection

Connection is listed first, then window.

Traits

WindowOps

Native window operations for implementing new platforms.