Expand description
Small tracked parts of the application state. Includes window, keys, mouse, and time - each of which are stored in the App.
Re-exports§
pub use self::keys::Keys;pub use self::mouse::Mouse;pub use self::time::Time;pub use self::window::Window;