ohos-native-window-manager-sys 0.1.0

Raw OpenHarmony window manager bindings for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ohos-native-window-manager-sys

Raw Rust FFI bindings for OpenHarmony's native window manager API.

```shell
cargo add ohos-native-window-manager-sys --features api-15
```

The bindings are generated from `oh_window_comm.h`, `oh_window.h`, and
`oh_window_event_filter.h`, and link to `libnative_window_manager.so`.

## License

MIT OR Apache-2.0