ohos-multi-modal-input-sys 0.1.1

Raw OpenHarmony multimodal InputKit bindings for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ohos-multi-modal-input-sys

Raw Rust FFI bindings for OpenHarmony's multimodal InputKit API.

```shell
cargo add ohos-multi-modal-input-sys --features api-22
```

The bindings are generated from `multimodalinput/oh_input_manager.h` and link
to `libohinput.so`. API12 is the baseline; APIs introduced in later platform
versions are enabled through the corresponding `api-*` feature.

The crate owns the canonical `Input_*` event types used by other native APIs,
including `ohos-native-window-manager-sys`.

## License

MIT OR Apache-2.0