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

Manages the pending state and the current state of the input method.

Enums

Error when sending a request to the wayland-client

Traits

Trait to get notified when the hint or the purpose of the content changes

Trait to get notified when the input method should be active or deactivated

All input methods must be able to handle these functions This helps write test cases, because they can be generic

Trait to get notified when the text surrounding the cursor changes