Method XButtonDown
XButtonDown(IWindowHandle, int, Point)
Simulates a mouse X button down gesture.
Declaration
public override void XButtonDown(IWindowHandle hwnd, int buttonId, Point mouseLocation)
Parameters
Type | Name | Description |
---|---|---|
IWindowHandle | hwnd | The handle of the window where the gesture should be performed. |
int | buttonId | The ID of the X button to be pressed down. |
Point | mouseLocation | The location within the window where the mouse should be positioned. |