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

Function clickToContinue

server/fakerut.cpp:108–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107#if 0
108void clickToContinue(Display *dpy)
109{
110 XEvent e;
111 printf("Click mouse in window to continue ...\n");
112 while(1)
113 {
114 if(XNextEvent(dpy, &e)) break;
115 if(e.type == ButtonPress) break;
116 }
117}
118#endif
119
120// Same as THROW but without the line number

Callers

nothing calls this directly

Calls 1

XNextEventFunction · 0.85

Tested by

no test coverage detected