IRDPViewerInputSink class
Sends mouse and keyboard events, and supports touch input.
Members
The IRDPViewerInputSink class inherits from the IUnknown interface. IRDPViewerInputSink also has these types of members:
Methods
The IRDPViewerInputSink class has these methods.
| Method | Description |
|---|---|
| AddTouchInput |
Accepts a description of a touch input. |
| BeginTouchFrame |
Begins to accept a series of touch inputs. |
| EndTouchFrame |
Stops to accept a series of touch inputs. |
| SendKeyboardEvent |
Sends a keyboard event message. |
| SendMouseButtonEvent |
Sends a mouse button event message. |
| SendMouseMoveEvent |
Sends a mouse move event message. |
| SendMouseWheelEvent |
Sends a mouse wheel event message. |
| SendSyncEvent |
Sends an event message to indicate a change in the state of the keyboard, such as when the Caps Lock key is pressed. |
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
Type library |
|
|
DLL |
|
|
IID |
IID_IRDPViewerInputSink is defined as BB590853-A6C5-4A7B-8DD4-76B69EEA12D5 |
See also