#include "dmx.h"
#include "ChkNotMaskEv.h"
Functions | |
Bool | XCheckNotMaskEvent (Display *dpy, long mask, XEvent *event) |
Variables | |
long const | _Xevent_to_mask [] |
This file provides a XCheckNotMaskEvent function that is derived from the standard Xlib XCheckMaskEvent function.
Bool XCheckNotMaskEvent | ( | Display * | dpy, | |
long | mask, | |||
XEvent * | event | |||
) |
Check existing events in queue to find if any match. If so, return. If not, flush buffer and see if any more events are readable. If one matches, return. If all else fails, tell the user no events found.
References _Xevent_to_mask.
Referenced by dmxBackendTestEvents().
long const _Xevent_to_mask[] |
Referenced by XCheckNotMaskEvent().