MCPcopy 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
74void 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

MenuClickHelpFunction · 0.85

Calls 1

CloseWindowByIdFunction · 0.85

Tested by

no test coverage detected