Module bones_framework::input

source ·
Expand description

Input resources.

Modules

Enums

  • The state of a button, ether pressed or released.

Traits

  • Maps raw inputs to game controls and exposes controls for respective player and their control source.
  • Trait that tracks player control state. Provides associated types for other input trait implementations.