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
9
//! Defines the data structures for the C APIs of the display module.
//!
//! SystemCapability: SystemCapability.WindowManager.WindowManager.Core

#[link(name = "native_display_manager")]
extern "C" {}

mod display_capture_ffi;
pub use display_capture_ffi::*;