[][src]Module wayland_protocols::unstable::input_method::v1::client::zwp_input_method_v1

input method

An input method object is responsible for composing text in response to input from hardware or virtual keyboards. There is one input method object per seat. On activate there is a new input method context object created which allows the input method to communicate with the text input.

Structs

ZwpInputMethodV1

Enums

Event
Request

Constants

EVT_ACTIVATE_SINCE

The minimal object version supporting this event

EVT_DEACTIVATE_SINCE

The minimal object version supporting this event

Statics

zwp_input_method_v1_events

C-representation of the messages of this interface, for interop

zwp_input_method_v1_interface

C representation of this interface, for interop

Traits

EventHandler

An interface for handling events.