OpenTTD
osk_widget.h
Go to the documentation of this file.
1 /*
2  * This file is part of OpenTTD.
3  * OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
4  * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
5  * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
6  */
7 
10 #ifndef WIDGETS_OSK_WIDGET_H
11 #define WIDGETS_OSK_WIDGET_H
12 
27 
30 
33 
36 
39 };
40 
41 #endif /* WIDGETS_OSK_WIDGET_H */
First widget of the numbers row.
Definition: osk_widget.h:28
Caption of window.
Definition: osk_widget.h:15
Cursor left key.
Definition: osk_widget.h:24
Cancel key.
Definition: osk_widget.h:17
Last widget of the qwerty row.
Definition: osk_widget.h:32
Backspace key.
Definition: osk_widget.h:19
First widget of the qwerty row.
Definition: osk_widget.h:31
Last widget of the numbers row.
Definition: osk_widget.h:29
Last widget of the zxcvb row.
Definition: osk_widget.h:38
OnScreenKeyboardWidgets
Widgets of the OskWindow class.
Definition: osk_widget.h:14
Cursor right key.
Definition: osk_widget.h:25
Last widget of the asdfg row.
Definition: osk_widget.h:35
Shift(lock) key.
Definition: osk_widget.h:22
Capslock key.
Definition: osk_widget.h:21
First widget of the asdfg row.
Definition: osk_widget.h:34
Special key (at keyboards often used for tab key).
Definition: osk_widget.h:20
First widget of the &#39;normal&#39; keys.
Definition: osk_widget.h:26
Space bar.
Definition: osk_widget.h:23
Edit box.
Definition: osk_widget.h:16
First widget of the zxcvb row.
Definition: osk_widget.h:37
Ok key.
Definition: osk_widget.h:18