Namespaces
Enumerations
enum class PointerEventType : uint32_t
| Name | Value | Comments |
|---|---|---|
| TOUCH | 0u |
A touch-based pointer device. |
| STYLUS | 1u |
A pointer device with a stylus. |
| INVERTED_STYLUS | 2u |
A pointer device with a stylus that has been inverted. |
| MOUSE | 3u |
A pointer device without a stylus. |
Defined at line 370 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
enum class PointerEventPhase : uint32_t
| Name | Value | Comments |
|---|---|---|
| ADD | 0u |
The device has started tracking the pointer.
For example, the pointer might be hovering above the device, having not yet |
| HOVER | 1u |
The pointer has moved with respect to the device while not in contact with |
| DOWN | 2u |
The pointer has made contact with the device.
For `MOUSE` devices, this is triggered when the primary button is pressed |
| MOVE | 3u |
The pointer has moved with respect to the device while in contact with the |
| UP | 4u |
The pointer has stopped making contact with the device.
For `MOUSE` devices, this is triggered when the primary button is |
| REMOVE | 5u |
The device is no longer tracking the pointer.
For example, the pointer might have drifted out of the device's hover |
| CANCEL | 6u |
The input from the pointer is no longer directed towards this receiver. |
Defined at line 391 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
enum class TextAffinity : uint32_t
| Name | Value | Comments |
|---|---|---|
| UPSTREAM | 0u |
The position has affinity for the upstream side of the text position.
For example, if the offset of the text position is a line break, the |
| DOWNSTREAM | 1u |
The position has affinity for the downstream side of the text position.
For example, if the offset of the text position is a line break, the |
Whether a TextPosition is visually upstream or downstream of its offset.
For example, when a text position exists at a line break, a single offset has
two visual positions, one prior to the line break (at the end of the first
line) and one after the line break (at the start of the second line). A text
affinity disambiguates between those cases. (Something similar happens with
between runs of bidirectional text.)
We do not expect new values to be added to this enum.
Defined at line 685 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
Records
-
class Action -
class Axis -
class AxisF -
class AxisScale -
class Command -
class ConsumerControlDescriptor -
class ConsumerControlInputDescriptor -
class ContactInputDescriptor -
class DeviceDescriptor -
class DeviceEvent -
class DeviceInfo -
class DeviceInformation -
class DeviceIterator -
class DeviceIteratorGetNextResponse -
class DeviceIterator_EventSender -
class DeviceIterator_Proxy -
class DeviceIterator_RequestDecoder -
class DeviceIterator_RequestEncoder -
class DeviceIterator_ResponseDecoder -
class DeviceIterator_ResponseEncoder -
class DeviceIterator_Stub -
class DeviceIterator_Sync -
class DeviceIterator_SyncProxy -
class DeviceListener -
class DeviceListenerOnDeviceChangedRequest -
class DeviceListenerRegistry -
class DeviceListenerRegistryRegisterListenerRequest -
class DeviceListenerRegistryRegisterListenerResponse -
class DeviceListenerRegistry_EventSender -
class DeviceListenerRegistry_Proxy -
class DeviceListenerRegistry_RequestDecoder -
class DeviceListenerRegistry_RequestEncoder -
class DeviceListenerRegistry_ResponseDecoder -
class DeviceListenerRegistry_ResponseEncoder -
class DeviceListenerRegistry_Stub -
class DeviceListenerRegistry_Sync -
class DeviceListenerRegistry_SyncProxy -
class DeviceListener_EventSender -
class DeviceListener_Proxy -
class DeviceListener_RequestDecoder -
class DeviceListener_RequestEncoder -
class DeviceListener_ResponseDecoder -
class DeviceListener_ResponseEncoder -
class DeviceListener_Stub -
class DeviceListener_Sync -
class DeviceListener_SyncProxy -
class FocusEvent -
class ImeService -
class ImeServiceGetInputMethodEditorRequest -
class ImeService_EventSender -
class ImeService_Proxy -
class ImeService_RequestDecoder -
class ImeService_RequestEncoder -
class ImeService_ResponseDecoder -
class ImeService_ResponseEncoder -
class ImeService_Stub -
class ImeService_Sync -
class ImeService_SyncProxy -
class InputDevice -
class InputDeviceDispatchReportRequest -
class InputDevice_EventSender -
class InputDevice_Proxy -
class InputDevice_RequestDecoder -
class InputDevice_RequestEncoder -
class InputDevice_ResponseDecoder -
class InputDevice_ResponseEncoder -
class InputDevice_Stub -
class InputDevice_Sync -
class InputDevice_SyncProxy -
class InputEvent -
class InputMethodAction -
class InputMethodEditor -
class InputMethodEditorClient -
class InputMethodEditorClientDidUpdateStateRequest -
class InputMethodEditorClientOnActionRequest -
class InputMethodEditorClient_EventSender -
class InputMethodEditorClient_Proxy -
class InputMethodEditorClient_RequestDecoder -
class InputMethodEditorClient_RequestEncoder -
class InputMethodEditorClient_ResponseDecoder -
class InputMethodEditorClient_ResponseEncoder -
class InputMethodEditorClient_Stub -
class InputMethodEditorClient_Sync -
class InputMethodEditorClient_SyncProxy -
class InputMethodEditorDispatchKey3Request -
class InputMethodEditorDispatchKey3Response -
class InputMethodEditorInjectInputRequest -
class InputMethodEditorSetKeyboardTypeRequest -
class InputMethodEditorSetStateRequest -
class InputMethodEditor_EventSender -
class InputMethodEditor_Proxy -
class InputMethodEditor_RequestDecoder -
class InputMethodEditor_RequestEncoder -
class InputMethodEditor_ResponseDecoder -
class InputMethodEditor_ResponseEncoder -
class InputMethodEditor_Stub -
class InputMethodEditor_Sync -
class InputMethodEditor_SyncProxy -
class InputReport -
class KeyboardDescriptor -
class KeyboardEvent -
class KeyboardEventPhase -
class KeyboardInputDescriptor -
class KeyboardOutputDescriptor -
class KeyboardReport -
class KeyboardType -
class LedType -
class MediaButtonsDescriptor -
class MediaButtonsEvent -
class MediaButtonsReport -
class MouseDescriptor -
class MouseInputDescriptor -
class MouseReport -
class PointerEvent -
class Range -
class RangeF -
class SendKeyboardInputCmd -
class SendPointerInputCmd -
class SensorAxis -
class SensorDescriptor -
class SensorInputDescriptor -
class SensorLocation -
class SensorReport -
class SensorType -
class SetHardKeyboardDeliveryCmd -
class SetParallelDispatchCmd -
class StylusDescriptor -
class StylusReport -
class TextInputState -
class TextRange -
class TextSelection -
class Touch -
class TouchButton -
class TouchButtonsEvent -
class TouchDescriptor -
class TouchDeviceInfo -
class TouchFeatureDescriptor -
class TouchInputDescriptor -
class TouchType -
class TouchscreenDescriptor -
class TouchscreenReport
Functions
-
zx_status_t Clone (::fuchsia::ui::input::LedType value, ::fuchsia::ui::input::LedType * result)Defined at line 73 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (::fuchsia::ui::input::TouchType value, ::fuchsia::ui::input::TouchType * result)Defined at line 116 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (::fuchsia::ui::input::SensorType value, ::fuchsia::ui::input::SensorType * result)Defined at line 215 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (::fuchsia::ui::input::Action value, ::fuchsia::ui::input::Action * result)Defined at line 292 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (::fuchsia::ui::input::KeyboardEventPhase value, ::fuchsia::ui::input::KeyboardEventPhase * result)Defined at line 360 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (::fuchsia::ui::input::PointerEventType value, ::fuchsia::ui::input::PointerEventType * result)Defined at line 385 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (::fuchsia::ui::input::PointerEventPhase value, ::fuchsia::ui::input::PointerEventPhase * result)Defined at line 429 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (::fuchsia::ui::input::TouchButton value, ::fuchsia::ui::input::TouchButton * result)Defined at line 504 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (::fuchsia::ui::input::AxisScale value, ::fuchsia::ui::input::AxisScale * result)Defined at line 586 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (::fuchsia::ui::input::SensorLocation value, ::fuchsia::ui::input::SensorLocation * result)Defined at line 653 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (::fuchsia::ui::input::TextAffinity value, ::fuchsia::ui::input::TextAffinity * result)Defined at line 700 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (::fuchsia::ui::input::KeyboardType value, ::fuchsia::ui::input::KeyboardType * result)Defined at line 774 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (::fuchsia::ui::input::InputMethodAction value, ::fuchsia::ui::input::InputMethodAction * result)Defined at line 865 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::SetHardKeyboardDeliveryCmd & _value, ::fuchsia::ui::input::SetHardKeyboardDeliveryCmd * _result)Defined at line 927 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::SetParallelDispatchCmd & _value, ::fuchsia::ui::input::SetParallelDispatchCmd * _result)Defined at line 948 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::SensorAxis & _value, ::fuchsia::ui::input::SensorAxis * _result)Defined at line 989 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::DeviceListenerRegistryRegisterListenerRequest & _value, ::fuchsia::ui::input::DeviceListenerRegistryRegisterListenerRequest * _result)Defined at line 2574 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::DeviceListenerRegistryRegisterListenerResponse & _value, ::fuchsia::ui::input::DeviceListenerRegistryRegisterListenerResponse * _result)Defined at line 2595 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::KeyboardEvent & _value, ::fuchsia::ui::input::KeyboardEvent * _result)Defined at line 2716 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::SendKeyboardInputCmd & _value, ::fuchsia::ui::input::SendKeyboardInputCmd * _result)Defined at line 2739 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::PointerEvent & _value, ::fuchsia::ui::input::PointerEvent * _result)Defined at line 2789 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::SendPointerInputCmd & _value, ::fuchsia::ui::input::SendPointerInputCmd * _result)Defined at line 2812 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::Command & value, ::fuchsia::ui::input::Command * result)Defined at line 2933 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::FocusEvent & _value, ::fuchsia::ui::input::FocusEvent * _result)Defined at line 2959 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::InputEvent & value, ::fuchsia::ui::input::InputEvent * result)Defined at line 3405 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::DeviceIteratorGetNextResponse & _value, ::fuchsia::ui::input::DeviceIteratorGetNextResponse * _result)Defined at line 4191 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::DeviceListenerOnDeviceChangedRequest & _value, ::fuchsia::ui::input::DeviceListenerOnDeviceChangedRequest * _result)Defined at line 4238 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::Range & _value, ::fuchsia::ui::input::Range * _result)Defined at line 4493 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::RangeF & _value, ::fuchsia::ui::input::RangeF * _result)Defined at line 4516 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::Axis & _value, ::fuchsia::ui::input::Axis * _result)Defined at line 4541 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::AxisF & _value, ::fuchsia::ui::input::AxisF * _result)Defined at line 4566 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::MediaButtonsDescriptor & _value, ::fuchsia::ui::input::MediaButtonsDescriptor * _result)Defined at line 4587 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::KeyboardReport & _value, ::fuchsia::ui::input::KeyboardReport * _result)Defined at line 4608 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::MouseReport & _value, ::fuchsia::ui::input::MouseReport * _result)Defined at line 4637 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::StylusDescriptor & _value, ::fuchsia::ui::input::StylusDescriptor * _result)Defined at line 4666 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::StylusReport & _value, ::fuchsia::ui::input::StylusReport * _result)Defined at line 4699 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::TouchscreenDescriptor & _value, ::fuchsia::ui::input::TouchscreenDescriptor * _result)Defined at line 4724 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::Touch & _value, ::fuchsia::ui::input::Touch * _result)Defined at line 4753 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::TouchscreenReport & _value, ::fuchsia::ui::input::TouchscreenReport * _result)Defined at line 4774 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::SensorReport & value, ::fuchsia::ui::input::SensorReport * result)Defined at line 4863 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::MediaButtonsReport & _value, ::fuchsia::ui::input::MediaButtonsReport * _result)Defined at line 4897 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::DeviceInfo & _value, ::fuchsia::ui::input::DeviceInfo * _result)Defined at line 4924 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::InputReport & _value, ::fuchsia::ui::input::InputReport * _result)Defined at line 4959 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::InputDeviceDispatchReportRequest & _value, ::fuchsia::ui::input::InputDeviceDispatchReportRequest * _result)Defined at line 4980 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::TextRange & _value, ::fuchsia::ui::input::TextRange * _result)Defined at line 5036 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::TextSelection & _value, ::fuchsia::ui::input::TextSelection * _result)Defined at line 5081 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::TextInputState & _value, ::fuchsia::ui::input::TextInputState * _result)Defined at line 5113 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::ImeServiceGetInputMethodEditorRequest & _value, ::fuchsia::ui::input::ImeServiceGetInputMethodEditorRequest * _result)Defined at line 5144 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::InputMethodEditorSetKeyboardTypeRequest & _value, ::fuchsia::ui::input::InputMethodEditorSetKeyboardTypeRequest * _result)Defined at line 5208 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::InputMethodEditorSetStateRequest & _value, ::fuchsia::ui::input::InputMethodEditorSetStateRequest * _result)Defined at line 5229 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::InputMethodEditorInjectInputRequest & _value, ::fuchsia::ui::input::InputMethodEditorInjectInputRequest * _result)Defined at line 5250 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::InputMethodEditorDispatchKey3Request & _value, ::fuchsia::ui::input::InputMethodEditorDispatchKey3Request * _result)Defined at line 5271 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::InputMethodEditorDispatchKey3Response & _value, ::fuchsia::ui::input::InputMethodEditorDispatchKey3Response * _result)Defined at line 5292 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::InputMethodEditorClientDidUpdateStateRequest & _value, ::fuchsia::ui::input::InputMethodEditorClientDidUpdateStateRequest * _result)Defined at line 5381 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::input::InputMethodEditorClientOnActionRequest & _value, ::fuchsia::ui::input::InputMethodEditorClientOnActionRequest * _result)Defined at line 5402 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
-
std::ostream & operator<< (std::ostream & os, const Action & value) -
std::ostream & operator<< (std::ostream & os, const AxisScale & value) -
std::ostream & operator<< (std::ostream & os, const InputMethodAction & value) -
std::ostream & operator<< (std::ostream & os, const KeyboardEventPhase & value) -
std::ostream & operator<< (std::ostream & os, const KeyboardType & value) -
std::ostream & operator<< (std::ostream & os, const LedType & value) -
std::ostream & operator<< (std::ostream & os, const PointerEventPhase & value) -
std::ostream & operator<< (std::ostream & os, const PointerEventType & value) -
std::ostream & operator<< (std::ostream & os, const SensorLocation & value) -
std::ostream & operator<< (std::ostream & os, const SensorType & value) -
std::ostream & operator<< (std::ostream & os, const TextAffinity & value) -
std::ostream & operator<< (std::ostream & os, const TouchButton & value) -
std::ostream & operator<< (std::ostream & os, const TouchType & value) -
std::ostream & operator<< (std::ostream & os, const Axis & value) -
std::ostream & operator<< (std::ostream & os, const AxisF & value) -
std::ostream & operator<< (std::ostream & os, const DeviceInfo & value) -
std::ostream & operator<< (std::ostream & os, const DeviceIteratorGetNextResponse & value) -
std::ostream & operator<< (std::ostream & os, const DeviceListenerOnDeviceChangedRequest & value) -
std::ostream & operator<< (std::ostream & os, const DeviceListenerRegistryRegisterListenerRequest & value) -
std::ostream & operator<< (std::ostream & os, const DeviceListenerRegistryRegisterListenerResponse & value) -
std::ostream & operator<< (std::ostream & os, const FocusEvent & value) -
std::ostream & operator<< (std::ostream & os, const ImeServiceGetInputMethodEditorRequest & value) -
std::ostream & operator<< (std::ostream & os, const InputDeviceDispatchReportRequest & value) -
std::ostream & operator<< (std::ostream & os, const InputMethodEditorClientDidUpdateStateRequest & value) -
std::ostream & operator<< (std::ostream & os, const InputMethodEditorClientOnActionRequest & value) -
std::ostream & operator<< (std::ostream & os, const InputMethodEditorDispatchKey3Request & value) -
std::ostream & operator<< (std::ostream & os, const InputMethodEditorDispatchKey3Response & value) -
std::ostream & operator<< (std::ostream & os, const InputMethodEditorInjectInputRequest & value) -
std::ostream & operator<< (std::ostream & os, const InputMethodEditorSetKeyboardTypeRequest & value) -
std::ostream & operator<< (std::ostream & os, const InputMethodEditorSetStateRequest & value) -
std::ostream & operator<< (std::ostream & os, const InputReport & value) -
std::ostream & operator<< (std::ostream & os, const KeyboardEvent & value) -
std::ostream & operator<< (std::ostream & os, const KeyboardReport & value) -
std::ostream & operator<< (std::ostream & os, const MediaButtonsDescriptor & value) -
std::ostream & operator<< (std::ostream & os, const MediaButtonsReport & value) -
std::ostream & operator<< (std::ostream & os, const MouseReport & value) -
std::ostream & operator<< (std::ostream & os, const PointerEvent & value) -
std::ostream & operator<< (std::ostream & os, const Range & value) -
std::ostream & operator<< (std::ostream & os, const RangeF & value) -
std::ostream & operator<< (std::ostream & os, const SendKeyboardInputCmd & value) -
std::ostream & operator<< (std::ostream & os, const SendPointerInputCmd & value) -
std::ostream & operator<< (std::ostream & os, const SensorAxis & value) -
std::ostream & operator<< (std::ostream & os, const SetHardKeyboardDeliveryCmd & value) -
std::ostream & operator<< (std::ostream & os, const SetParallelDispatchCmd & value) -
std::ostream & operator<< (std::ostream & os, const StylusDescriptor & value) -
std::ostream & operator<< (std::ostream & os, const StylusReport & value) -
std::ostream & operator<< (std::ostream & os, const TextInputState & value) -
std::ostream & operator<< (std::ostream & os, const TextRange & value) -
std::ostream & operator<< (std::ostream & os, const TextSelection & value) -
std::ostream & operator<< (std::ostream & os, const Touch & value) -
std::ostream & operator<< (std::ostream & os, const TouchscreenDescriptor & value) -
std::ostream & operator<< (std::ostream & os, const TouchscreenReport & value) -
std::ostream & operator<< (std::ostream & os, const ConsumerControlDescriptor & value) -
std::ostream & operator<< (std::ostream & os, const ConsumerControlInputDescriptor & value) -
std::ostream & operator<< (std::ostream & os, const ContactInputDescriptor & value) -
std::ostream & operator<< (std::ostream & os, const DeviceDescriptor & value) -
std::ostream & operator<< (std::ostream & os, const DeviceEvent & value) -
std::ostream & operator<< (std::ostream & os, const DeviceInformation & value) -
std::ostream & operator<< (std::ostream & os, const KeyboardDescriptor & value) -
std::ostream & operator<< (std::ostream & os, const KeyboardInputDescriptor & value) -
std::ostream & operator<< (std::ostream & os, const KeyboardOutputDescriptor & value) -
std::ostream & operator<< (std::ostream & os, const MediaButtonsEvent & value) -
std::ostream & operator<< (std::ostream & os, const MouseDescriptor & value) -
std::ostream & operator<< (std::ostream & os, const MouseInputDescriptor & value) -
std::ostream & operator<< (std::ostream & os, const SensorDescriptor & value) -
std::ostream & operator<< (std::ostream & os, const SensorInputDescriptor & value) -
std::ostream & operator<< (std::ostream & os, const TouchButtonsEvent & value) -
std::ostream & operator<< (std::ostream & os, const TouchDescriptor & value) -
std::ostream & operator<< (std::ostream & os, const TouchDeviceInfo & value) -
std::ostream & operator<< (std::ostream & os, const TouchFeatureDescriptor & value) -
std::ostream & operator<< (std::ostream & os, const TouchInputDescriptor & value) -
std::ostream & operator<< (std::ostream & os, const Command & value) -
std::ostream & operator<< (std::ostream & os, const InputEvent & value) -
std::ostream & operator<< (std::ostream & os, const SensorReport & value)