SynchronizedInputType
SynchronizedInputType
SynchronizedInputType
SynchronizedInputType
Enum
Definition
Provides a of set constants that identify, as used by the ISynchronizedInputProvider Microsoft UI Automation interface.
public : enum class SynchronizedInputTypepublic enum SynchronizedInputTypePublic Enum SynchronizedInputType// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| KeyDown KeyDown KeyDown KeyDown | A key has been pressed. |
| KeyUp KeyUp KeyUp KeyUp | A key has been released. |
| LeftMouseDown LeftMouseDown LeftMouseDown LeftMouseDown | The left mouse button has been pressed. |
| LeftMouseUp LeftMouseUp LeftMouseUp LeftMouseUp | The left mouse button has been released. |
| RightMouseDown RightMouseDown RightMouseDown RightMouseDown | The right mouse button has been pressed. |
| RightMouseUp RightMouseUp RightMouseUp RightMouseUp | The right mouse button has been released. |
Remarks
Values of SynchronizedInputType are used as an input parameter by the StartListening method.
The values in SynchronizedInputType parallel the values in the SynchronizedInputType enumeration.