- Namespace
- SharpInputSystem
- Containing Type
- LibX11
Syntax
[DllImportAttribute(LibraryName)]
public static extern void XWarpPointer(IntPtr display, IntPtr sourceWindow, IntPtr destWindow, int srcX, int srcY, int srcWidth, int srcHeight, int destX, int destY)
Attributes
| Type | Description |
|---|---|
| DllImportAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| display | IntPtr | |
| sourceWindow | IntPtr | |
| destWindow | IntPtr | |
| srcX | int | |
| srcY | int | |
| srcWidth | int | |
| srcHeight | int | |
| destX | int | |
| destY | int |
Return Value
| Type | Description |
|---|---|
| void |