Fork me on GitHub

LibX11.

XCheckMaskEvent(IntPtr, int, LibX11.XEvent) Method

Namespace
SharpInputSystem
Containing Type
LibX11

Syntax

[DllImportAttribute(LibraryName)]
public static extern bool XCheckMaskEvent(IntPtr display, int even_mask, ref LibX11.XEvent even)

Attributes

Type Description
DllImportAttribute

Parameters

Name Type Description
display IntPtr
even_mask int
even LibX11.XEvent

Return Value

Type Description
bool