A Stream of incoming requests for fuchsia.ui.input/ImeService.
A Stream of incoming requests for fuchsia.ui.input/InputDevice.
A Stream of incoming requests for fuchsia.ui.input/InputMethodEditorClient.
A Stream of incoming requests for fuchsia.ui.input/InputMethodEditor.
KeyboardEvent
represents event generated by a user’s interaction with a
keyboard.
MediaButtonsReport
describes the media buttons event delivered from the event stream.
Each bool in the report represents a single button where true means the button
is being pressed. A single report should be sent on every state change.
Pointers represent raw data about the user’s interaction with the screen.
The current text, selection, and composing state for editing a run of text.
A range of characters in a string of text. Although strings in FIDL’s wire
format are UTF-8 encoded, these indices are measured in UTF-16 code units
for legacy reasons. These text input APIs will eventually be replaced by
fuchsia.ui.text, which uses code points instead.
A range of text that represents a selection. Although strings in FIDL’s wire
format are UTF-8 encoded, these indices are measured in UTF-16 code units
for legacy reasons. These text input APIs will eventually be replaced by
fuchsia.ui.text, which uses code points instead.