Crate stickup

Source
Expand description

StickUp — Modular input device manager for Rust.

Provides a unified interface for polling HID and virtual input devices, resolving bindings, and generating normalized control states.

Re-exports§

pub use binding::*;
pub use device::*;
pub use event::*;
pub use manager::*;

Modules§

backends
Input backends for StickUp.
binding
device
event
manager