summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-12-05 19:34:25 +0000
committerfrosch <frosch@openttd.org>2012-12-05 19:34:25 +0000
commit5b2da98ca312f91c93012e7a92fb1120d2b9d1fa (patch)
tree8533bc018200a14e22a82a2c648c71581ba13126 /src/settings_gui.cpp
parentb3bd33adfb22a068b43c264b35c111e28d456492 (diff)
downloadopenttd-5b2da98ca312f91c93012e7a92fb1120d2b9d1fa.tar.xz
(svn r24785) -Add: Various methods to open the OSK. (based on patch by Eagle_rainbow)
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index 4c5eaca1c..530dc6472 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -1728,6 +1728,7 @@ static SettingEntry _settings_ui_interaction[] = {
* Since it's also able to completely disable the scrollwheel will we display it on all platforms anyway */
SettingEntry("gui.scrollwheel_scrolling"),
SettingEntry("gui.scrollwheel_multiplier"),
+ SettingEntry("gui.osk_activation"),
#ifdef __APPLE__
/* We might need to emulate a right mouse button on mac */
SettingEntry("gui.right_mouse_btn_emulation"),