Module nannou::event [] [src]

Structs

KeyboardInput

Describes a keyboard input event.

ModifiersState

Represents the current state of the keyboard modifiers

Touch

Represents touch event

Update

Update event

WindowEvent

Enums

ElementState

Describes the input state of a key.

Event
Key

Symbolic name for a keyboard key.

MouseButton

Describes a button of a mouse controller.

MouseScrollDelta

Describes a difference in the mouse scroll wheel state.

SimpleWindowEvent

A simplified version of glutin's WindowEvent type to make it easier to get started.

TouchPhase

Describes touch-screen input state.

Traits

LoopEvent

Event types that are compatible with the nannou app loop.