OpenTTD Source 20250610-master-g8c90be8c9f
timer_window.h File Reference

Definition of the Window system. More...

#include <chrono>

Go to the source code of this file.

Data Structures

class  TimerWindow
 Timer that represents the real time, usable for the Window system. More...
 
struct  TimerWindow::TStorage
 

Variables

static constexpr std::chrono::milliseconds TIMER_BLINK_INTERVAL {450}
 Interval used by blinking interface elements.
 

Detailed Description

Definition of the Window system.

Definition in file timer_window.h.

Variable Documentation

◆ TIMER_BLINK_INTERVAL

constexpr std::chrono::milliseconds TIMER_BLINK_INTERVAL {450}
staticconstexpr

Interval used by blinking interface elements.

Definition at line 36 of file timer_window.h.