Crate input

Crate input 

Source
Expand description

Input functionality for the Bevy game engine.

§Supported input devices

bevy currently supports keyboard, mouse, gamepad, and touch inputs.

Modules§

common_conditions
Common run conditions
prelude
The input prelude.

Structs§

Axis
Stores the position data of the input devices of type T.
ButtonInput
A “press-able” input of type T.
InputPlugin
Adds input from various sources to an App
InputSystems
Label for systems that update the input data.

Enums§

ButtonState
The current “press” state of an element