openlogi-device 0.7.8

The contract between OpenLogi's HID++ layer and the HID stack beneath it.
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;