(svn r24785) -Add: Various methods to open the OSK. (based on patch by Eagle_rainbow)

This commit is contained in:
frosch
2012-12-05 19:34:25 +00:00
parent b3bd33adfb
commit 5b2da98ca3
6 changed files with 36 additions and 2 deletions

View File

@@ -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"),