ohos-input-sys 0.3.3

Bindings to the multi-modal Input-kit on OpenHarmony
Documentation
1
2
3
4
5
6
//! Defines key codes of the key device.
//!
//! System capability: SystemCapability.MultimodalInput.Input.Core

mod key_code_ffi;
pub use key_code_ffi::*;