ohos-window-manager-sys 0.1.3

Raw Bindings to the `window_manager` API of OpenHarmony
Documentation
1
2
3
4
5
6
7
8
//! Declares APIs for window event filter
//!
//! SystemCapability: SystemCapability.Window.SessionManager

#[link(name = "native_window_manager")]
extern "C" {}
mod window_event_filter_ffi;
pub use window_event_filter_ffi::*;