Module prelude

Module prelude 

Source
Expand description

The input prelude.

This includes the most common types in this crate, re-exported for your convenience.

Structs§

Axis
Stores the position data of the input devices of type T.
ButtonInput
A “press-able” input of type T.
TouchInput
A touch input event.
Touches
A collection of Touches.

Enums§

KeyCode
The key code of a KeyboardInput.
MouseButton
A button on a mouse device.