Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines values for the type of mouse buttons.
Syntax
typedef enum __MIDL___MIDL_itf_rdpencomapi_0000_0000_0009 {
RDPSRAPI_MOUSE_BUTTON_BUTTON1 = 0,
RDPSRAPI_MOUSE_BUTTON_BUTTON2 = 1,
RDPSRAPI_MOUSE_BUTTON_BUTTON3 = 2,
RDPSRAPI_MOUSE_BUTTON_XBUTTON1 = 3,
RDPSRAPI_MOUSE_BUTTON_XBUTTON2 = 4,
RDPSRAPI_MOUSE_BUTTON_XBUTTON3 = 5
} RDPSRAPI_MOUSE_BUTTON_TYPE;
Constants
RDPSRAPI_MOUSE_BUTTON_BUTTON1Value: 0 |
RDPSRAPI_MOUSE_BUTTON_BUTTON2Value: 1 |
RDPSRAPI_MOUSE_BUTTON_BUTTON3Value: 2 |
RDPSRAPI_MOUSE_BUTTON_XBUTTON1Value: 3 |
RDPSRAPI_MOUSE_BUTTON_XBUTTON2Value: 4 |
RDPSRAPI_MOUSE_BUTTON_XBUTTON3Value: 5 |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8.1 [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2012 R2 [desktop apps | UWP apps] |
| Header | rdpencomapi.h |