Expand description
This crate provides an easy to use interface for the zwp_input_method_v2 protocol. It allows a wayland client to serve as an input method for other wayland-clients. This could be used for virtual keyboards
Structs§
- IMService
- Manages the pending state and the current state of the input method.
Enums§
- Submit
Error - Error when sending a request to the wayland-client
Traits§
- Hint
Purpose - Trait to get notified when the hint or the purpose of the content changes
- IMVisibility
- Trait to get notified when the input method should be active or deactivated
- Input
Method - All input methods must be able to handle these functions This helps write test cases, because they can be generic
- Receive
Surrounding Text - Trait to get notified when the text surrounding the cursor changes