Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ Cycle
Method
Cycle
Source/Window.cpp:121–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
bool cWindow::Cycle() {
122
123
EventCheck();
124
125
126
return true;
127
}
128
129
void cWindow::EventCheck() {
130
SDL_Event SysEvent;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected