Registry / other / gilrs
library0.11.1rscratesunverified

Game Input Library for Rust.

# Cargo.toml [dependencies] gilrs = "0.11.1"
INSTALL
IMPORT
SIG · GILRS
G
gilrs
otherrustv0.11.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.

Gilrs
use gilrs::Gilrs;

Initialize the gamepad input system and count connected devices.

use gilrs::Gilrs; fn main() { let mut gilrs = Gilrs::new().unwrap(); println!("Gamepad detected: {}", gilrs.gamepads().count()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources