Fork me on GitHub

LibX11.

XNextEvent(IntPtr, LibX11.XEvent) Method

Namespace
SharpInputSystem
Containing Type
LibX11

Syntax

[DllImportAttribute(LibraryName)]
public static extern void XNextEvent(IntPtr display, ref LibX11.XEvent even)

Attributes

Type Description
DllImportAttribute

Parameters

Name Type Description
display IntPtr
even LibX11.XEvent

Return Value

Type Description
void