Fork me on GitHub

LibX11.

XSelectInput(IntPtr, IntPtr, long) Method

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