MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / isEventPending

Method isEventPending

src/platform/XDisplay.cpp:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96bool XDisplay::isEventPending() const {
97 return (XPending(rep->getDisplay()) != 0);
98}
99
100
101bool XDisplay::getEvent(BzfEvent& event) const {

Callers 2

curlProgressFuncFunction · 0.45
processInputEventsFunction · 0.45

Calls 1

getDisplayMethod · 0.45

Tested by

no test coverage detected