Crate bevy_input

source ·
Expand description

Input functionality for the Bevy game engine.

§Supported input devices

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

Modules§

Structs§

  • Stores the position data of the input devices of type T.
  • A “press-able” input of type T.
  • Adds keyboard and mouse input to an App
  • Label for systems that update the input data.

Enums§