MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / XCheckMaskEvent

Function XCheckMaskEvent

server/faker-x11.cpp:762–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

760
761
762Bool XCheckMaskEvent(Display *dpy, long event_mask, XEvent *xe)
763{
764 Bool retval = 0;
765 TRY();
766
767 if((retval = _XCheckMaskEvent(dpy, event_mask, xe)) == True)
768 handleEvent(dpy, xe);
769
770 CATCH();
771 return retval;
772}
773
774
775Bool XCheckTypedEvent(Display *dpy, int event_type, XEvent *xe)

Callers

nothing calls this directly

Calls 1

handleEventFunction · 0.85

Tested by

no test coverage detected