Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
bool XDisplay::isEventPending() const {
97
return (XPending(rep->getDisplay()) != 0);
98
}
99
100
101
bool XDisplay::getEvent(BzfEvent& event) const {
Callers
2
curlProgressFunc
Function · 0.45
processInputEvents
Function · 0.45
Calls
1
getDisplay
Method · 0.45
Tested by
no test coverage detected