OpenTTD Source
20241108-master-g80f628063a
|
GUI functions related to screenshots. More...
Go to the source code of this file.
Functions | |
void | ShowScreenshotWindow () |
void | SetScreenshotWindowVisibility (bool hide) |
Set the visibility of the screenshot window when taking a screenshot. More... | |
GUI functions related to screenshots.
Definition in file screenshot_gui.h.
void SetScreenshotWindowVisibility | ( | bool | hide | ) |
Set the visibility of the screenshot window when taking a screenshot.
hide | Are we hiding the window or showing it again after the screenshot is taken? |
Definition at line 84 of file screenshot_gui.cpp.
References FindWindowById(), Window::left, Window::SetDirty(), and WC_SCREENSHOT.
Referenced by RealMakeScreenshot().