Fork me on GitHub

LibX11.

XkbSetDetectableAutoRepeat(IntPtr, bool, bool) Method

Summary

Sets DetectableAutorepeat
Namespace
SharpInputSystem
Containing Type
LibX11

Syntax

[DllImportAttribute(LibraryName)]
public static extern bool XkbSetDetectableAutoRepeat(IntPtr display, bool detectable, ref bool supported)

Attributes

Type Description
DllImportAttribute

Parameters

Name Type Description
display IntPtr connection to X server
detectable bool True => set DetectableAutorepeat
supported bool backfilled True if DetectableAutorepeat supported

Return Value

Type Description
bool