Beispiel #1
0
 public extern static void XPeekEvent(IntPtr display, ref XEvent x11event);
Beispiel #2
0
 extern public static TInt XSendEvent(IntPtr x11display, IntPtr x11window, bool propagate, TLong eventMask, ref XEvent eventSend);
Beispiel #3
0
 public extern static bool XFilterEvent(ref XEvent xevent, IntPtr x11window);
Beispiel #4
0
 public extern static bool XCheckTypedWindowEvent(IntPtr x11display, IntPtr x11window, XEventName event_type, ref XEvent x11event);
Beispiel #5
0
 public extern static bool XCheckWindowEvent(IntPtr x11display, IntPtr x11window, EventMask event_mask, ref XEvent x11event);
Beispiel #6
0
 public extern static void XNextEvent(IntPtr x11display, ref XEvent x11event);
Beispiel #7
0
 public static extern bool XCheckIfEvent(IntPtr display, ref XEvent event_return,
                                         /*[MarshalAs(UnmanagedType.FunctionPtr)] */ CheckEventPredicate predicate, /*XPointer*/ IntPtr arg);