Fork me on GitHub

LibX11.

XDefineCursor(IntPtr, IntPtr, IntPtr) Method

Namespace
SharpInputSystem
Containing Type
LibX11

Syntax

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

Attributes

Type Description
DllImportAttribute

Parameters

Name Type Description
display IntPtr
window IntPtr
cursor IntPtr

Return Value

Type Description
int