Registry / utility / bevy-input

bevy-input

JSON →
library0.18.1rscratesunverified

Provides input functionality for Bevy Engine, handling keyboard, mouse, and gamepad events.

# Cargo.toml [dependencies] bevy_input = "0.18.1"
INSTALL
IMPORT
SIG · BEVY-INPUT
B
bevy-input
utilityrustv0.18.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Input
use bevy_input::Input;

Demonstrates importing the Input type and KeyCode from bevy_input.

use bevy_input::Input; use bevy_input::keyboard::KeyCode; fn main() { // This is a simplified example; actual usage requires a Bevy app. println!("Bevy input module loaded"); }
Debug
Known issues
gotchaRequires the Bevy game engine and its ECS framework to function properly.
fix
Add bevy as a dependency and set up a Bevy app with the appropriate plugins.
affects: >=0.18.1
Upgrade
Version history
0.18.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
bevy-input — cargo add bevy-input · libregistry