- Namespace
- SharpInputSystem
- Containing Type
- LibX11
Syntax
[DllImportAttribute(LibraryName)]
public static extern int XSelectInput(IntPtr display, IntPtr window, long mask)
Attributes
| Type | Description |
|---|---|
| DllImportAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| display | IntPtr | |
| window | IntPtr | |
| mask | long |
Return Value
| Type | Description |
|---|---|
| int |