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

Mouse specific state.

Structs

ButtonMap

Stores the state of all mouse buttons.

Mouse

The state of the Mouse, including it’s position and button states.

PressedButtons

An iterator yielding all pressed buttons.

Enums

Button

Represent a mouse button.

ButtonPosition

Whether the button is up or down.

Constants

NUM_BUTTONS

The max total number of buttons on a mouse.