Expand description
Safe abstractions to use IME (inputmethods) from Rust on OpenHarmony
This crate provides an ImeProxy, which allows interacting with the Input method on OpenHarmony
devices. The user needs to implement the Ime trait
This crate is still under active development and based on the InputMethod C-API of OpenHarmony.
§Usage
- Implement the Ime trait
- call
ImeProxy::new()
Structs§
- Attach
Options - Create
ImeProxy Error - Create
Text Editor Proxy Error - ImeProxy
- RawText
Editor Proxy - Text
Config - Text
Config Builder - Text
Selection
Enums§
Traits§
- Ime
- User implementation of required Inputmethod functionality