Module nannou::ui::input::state[][src]

Expand description

Everything related to storing the state of user input.

This includes the state of any buttons on either the keyboard or the mouse, as well as the position of the mouse.

It also includes which widgets, if any, are capturing the keyboard and mouse.

This module exists mostly to support the input::Provider trait.

Modules

Mouse specific state.

Touch specific state.

Structs

Holds the current state of user input.