[][src]Crate youxi

Re-exports

pub use self::engine::App;
pub use self::engine::State;
pub use self::engine::Window;
pub use self::color::Color;

Modules

color
engine
prelude
state

Structs

EventsLoop

Provides a way to retreive events from the system and from the windows that were registered to the events loop.

Enums

ElementState

Describes the input state of a key.

Event

Describes a generic event.

VirtualKeyCode

Symbolic name for a keyboard key.

WindowEvent

Describes an event from a Window.