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

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

Mouse specific state.

touch

Touch specific state.

Structs

State

Holds the current state of user input.