Module nannou::state[][src]

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;

Modules

Tracked state related to the keyboard.

Tracked state related to the mouse.

Tracked durations related to the App.

Tracked state related to the focused window.