Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ invalidateScreen
Function
invalidateScreen
src/OpenLoco/src/Graphics/Gfx.cpp:224–227 ·
view source on GitHub ↗
0x004CD406
Source
from the content-addressed store, hash-verified
222
223
// 0x004CD406
224
void invalidateScreen()
225
{
226
invalidateRegion(0, 0, Ui::width(), Ui::height());
227
}
228
229
static std::unique_ptr<Gfx::SoftwareDrawingEngine> engine;
230
Callers
15
init
Function · 0.85
goToPreviousStep
Function · 0.85
goToNextStep
Function · 0.85
start
Function · 0.85
openBrowsePrompt
Function · 0.85
loadGame
Function · 0.85
quitGame
Function · 0.85
confirmSaveGame
Function · 0.85
windowSizeChanged
Function · 0.85
setDisplayMode
Function · 0.85
setWindowScaling
Function · 0.85
stop
Function · 0.85
Calls
3
invalidateRegion
Function · 0.85
width
Function · 0.85
height
Function · 0.85
Tested by
no test coverage detected