System.Windows.Forms.XplatUIX11._XkbSetDetectableAutoRepeat C# (CSharp) 메소드

_XkbSetDetectableAutoRepeat() 개인적인 메소드

private _XkbSetDetectableAutoRepeat ( IntPtr display, bool detectable, IntPtr supported ) : void
display IntPtr
detectable bool
supported IntPtr
리턴 void
		internal extern static void _XkbSetDetectableAutoRepeat (IntPtr display, bool detectable, IntPtr supported);
		internal static void XkbSetDetectableAutoRepeat (IntPtr display, bool detectable, IntPtr supported) {
XplatUIX11