OpenTTD Source
20241108-master-g80f628063a
|
Types related to the osk widgets. More...
Go to the source code of this file.
Enumerations | |
enum | OnScreenKeyboardWidgets : WidgetID { WID_OSK_CAPTION , WID_OSK_TEXT , WID_OSK_CANCEL , WID_OSK_OK , WID_OSK_BACKSPACE , WID_OSK_SPECIAL , WID_OSK_CAPS , WID_OSK_SHIFT , WID_OSK_SPACE , WID_OSK_LEFT , WID_OSK_RIGHT , WID_OSK_LETTERS , WID_OSK_NUMBERS_FIRST = WID_OSK_LETTERS , WID_OSK_NUMBERS_LAST = WID_OSK_NUMBERS_FIRST + 13 , WID_OSK_QWERTY_FIRST , WID_OSK_QWERTY_LAST = WID_OSK_QWERTY_FIRST + 11 , WID_OSK_ASDFG_FIRST , WID_OSK_ASDFG_LAST = WID_OSK_ASDFG_FIRST + 11 , WID_OSK_ZXCVB_FIRST , WID_OSK_ZXCVB_LAST = WID_OSK_ZXCVB_FIRST + 11 } |
Widgets of the OskWindow class. More... | |
Types related to the osk widgets.
Definition in file osk_widget.h.
enum OnScreenKeyboardWidgets : WidgetID |
Widgets of the OskWindow class.
Definition at line 14 of file osk_widget.h.