Beispiel #1
0
 private static extern int XAllowEvents(IntPtr display, XEventMode event_mode, int time);
Beispiel #2
0
 public static extern void XAllowEvents(IntPtr display, XEventMode event_mode, int time);
Beispiel #3
0
 public int AllowEvents(XEventMode event_mode)
 {
     return XAllowEvents (Handle, event_mode, 0);
 }