ohos_input_sys/
key_code.rs

1//! Defines key codes of the key device.
2//!
3//! System capability: SystemCapability.MultimodalInput.Input.Core
4
5mod key_code_ffi;
6pub use key_code_ffi::*;