Registry / utility / input-event-codes

input-event-codes

JSON →
library6.2.0rscratesunverified

Provides Linux input event codes from the linux/input_event_codes.h header.

# Cargo.toml [dependencies] input-event-codes = "6.2.0"
INSTALL
IMPORT
SIG · INPUT-EVENT-CODES
I
input-event-codes
utilityrustv6.2.0
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.

EV_KEY
use input_event_codes::*;

Prints the code for KEY_A.

use input_event_codes::*; fn main() { println!("KEY_A code: {}", KEY_A); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
input-event-codes — cargo add input-event-codes · libregistry