Crate fidl_fuchsia_ui_input3_common

Source

Macros§

NonPrintableKeyUnknown
Pattern that matches an unknown NonPrintableKey member.

Structs§

KeyEvent
A Keyboard event generated to reflect key input. timestamp and type are required. At least one of key and key_meaning must be set for a valid event.
KeyEventInjectorInjectRequest
KeyEventInjectorInjectResponse
KeyboardListenerOnKeyEventRequest
KeyboardListenerOnKeyEventResponse
LockState
A bit field of lock states which are currently active.
Modifiers
Declares all the modifiers supported by Fuchsia’s input subsystem.

Enums§

KeyEventStatus
Return type for clients key events listener.
KeyEventType
Type of the keyboard key input event.
KeyMeaning
The meaning of the key press. This is typically the Unicode codepoint inserted by this event, or an enum representing a key that corresponds to whitespace or is otherwise unprintable.
NonPrintableKey
NonPrintableKey represents the meaning of a non-symbolic key on a keyboard.