MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / ShowFramerateWindow

Function ShowFramerateWindow

src/framerate_gui.cpp:986–989  ·  view source on GitHub ↗

Open the general framerate window */

Source from the content-addressed store, hash-verified

984
985/** Open the general framerate window */
986void ShowFramerateWindow()
987{
988 AllocateWindowDescFront<FramerateWindow>(_framerate_display_desc, 0);
989}
990
991/** Open a graph window for a performance element */
992void ShowFrametimeGraphWindow(PerformanceElement elem)

Callers 2

MenuClickHelpFunction · 0.85
ConFramerateWindowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected