System.Windows.Forms.XplatUIX11._XkbSetDetectableAutoRepeat C# (CSharp) Méthode

_XkbSetDetectableAutoRepeat() private méthode

private _XkbSetDetectableAutoRepeat ( IntPtr display, bool detectable, IntPtr supported ) : void
display IntPtr
detectable bool
supported IntPtr
Résultat void
		internal extern static void _XkbSetDetectableAutoRepeat (IntPtr display, bool detectable, IntPtr supported);
		internal static void XkbSetDetectableAutoRepeat (IntPtr display, bool detectable, IntPtr supported) {
XplatUIX11