Home
last modified time | relevance | path

Searched refs:WID_OSK_ZXCVB_LAST (Results 1 – 2 of 2) sorted by relevance

/dports/games/openttd/openttd-12.1/src/widgets/
H A Dosk_widget.h38 WID_OSK_ZXCVB_LAST = WID_OSK_ZXCVB_FIRST + 11, ///< Last widget of the zxcvb row. enumerator
/dports/games/openttd/openttd-12.1/src/
H A Dosk_gui.cpp306 for (int widnum = WID_OSK_ZXCVB_FIRST; widnum <= WID_OSK_ZXCVB_LAST; widnum++) { in MakeZxcvbKeys()