Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ ShowScreenshotWindow
Function
ShowScreenshotWindow
src/screenshot_gui.cpp:74–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
);
73
74
void ShowScreenshotWindow()
75
{
76
CloseWindowById(WC_SCREENSHOT, 0);
77
new ScreenshotWindow(_screenshot_window_desc);
78
}
79
80
/**
81
* Set the visibility of the screenshot window when taking a screenshot.
Callers
1
MenuClickHelp
Function · 0.85
Calls
1
CloseWindowById
Function · 0.85
Tested by
no test coverage detected