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

Function XWindowEvent

server/faker-x11.cpp:938–948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936
937
938int XWindowEvent(Display *dpy, Window win, long event_mask, XEvent *xe)
939{
940 int retval = 0;
941 TRY();
942
943 retval = _XWindowEvent(dpy, win, event_mask, xe);
944 handleEvent(dpy, xe);
945
946 CATCH();
947 return retval;
948}
949
950
951} // extern "C"

Callers 2

scrollMethod · 0.85
Select_WindowFunction · 0.85

Calls 1

handleEventFunction · 0.85

Tested by

no test coverage detected