openlogi-hid 0.7.4

HID++ device discovery for OpenLogi, wrapping the hidpp crate over async-hid.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Long-running device sessions.
//!
//! Each session holds one HID++ channel open for one device, diverts the
//! controls it needs, streams events until stopped, and restores the device's
//! native behavior on the way out: [`gesture`] and [`keyboard`] capture
//! control presses for the agent to dispatch, [`host_switch`] follows a
//! keyboard's host keys to switch its linked pointing devices.

pub mod gesture;
pub mod host_switch;
pub mod keyboard;