OpenTTD Source 20260208-master-g43af8e94d0
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

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

Interval used by blinking interface elements.

Definition at line 36 of file timer_window.h.