Crate zwp_input_method_service

Source
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§

SubmitError
Error when sending a request to the wayland-client

Traits§

HintPurpose
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
InputMethod
All input methods must be able to handle these functions This helps write test cases, because they can be generic
ReceiveSurroundingText
Trait to get notified when the text surrounding the cursor changes