Provides input functionality for Bevy Engine, handling keyboard, mouse, and gamepad events.
# Cargo.toml
[dependencies]
bevy_input = "0.18.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates importing the Input type and KeyCode from bevy_input.
Add bevy as a dependency and set up a Bevy app with the appropriate plugins.
No dependency data recorded yet.