Fork me on GitHub

LibX11.

XUndefineCursor(IntPtr, IntPtr) Method

Namespace
SharpInputSystem
Containing Type
LibX11

Syntax

[DllImport(LibraryName)]
public static extern int XUndefineCursor(IntPtr display, IntPtr window)

Attributes

Type Description
DllImportAttribute

Parameters

Name Type Description
display IntPtr
window IntPtr

Return Value

Type Description
int