Structs§
- A KeyDispatcher that uses
fuchsia.ui.input.InputMethodEditor
to dispatch keypresses. - A KeyDispatcher that uses
fuchsia.ui.input3.KeyEventInjector
to dispatch keypresses. - Used to reduce verbosity of instantiating
KeyMeaning
s. - A fixture that can use different services to send key events. Use KeySimulator::new to create a new instance.
Traits§
- Provides a method for dispatching keys, in case the tests need to vary them.
Functions§
- Creates a
KeyEvent
with the given parameters.