Syntax
[DllImportAttribute(LibraryName)]
public static extern bool XQueryPointer(IntPtr display, IntPtr window, out IntPtr rootWindow, out IntPtr childWindow, out int root_x_return, out int root_y_return, out int win_x_return, out int win_y_return, out uint mask_return)
Attributes
| Type |
Description |
| DllImportAttribute |
|
Parameters
| Name |
Type |
Description |
| display |
IntPtr |
|
| window |
IntPtr |
|
| rootWindow |
IntPtr |
|
| childWindow |
IntPtr |
|
| root_x_return |
int |
|
| root_y_return |
int |
|
| win_x_return |
int |
|
| win_y_return |
int |
|
| mask_return |
uint |
|
Return Value