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

Tracked state related to the mouse.

Structs

ButtonMap

Stores the state of all mouse buttons.

Mouse

The state of the Mouse at a single moment in time.

PressedButtons

An iterator yielding all pressed buttons.

Enums

Button

Describes a button of a mouse controller.

ButtonPosition

Whether the button is up or down.

Constants

NUM_BUTTONS

The max total number of buttons on a mouse.

Type Definitions

DefaultScalar

The default scalar value used for positions.