Module nannou::state[][src]

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

keys

Tracked state related to the keyboard.

mouse

Tracked state related to the mouse.

time

Tracked durations related to the App.

window

Tracked state related to the focused window.