(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 2e1727c40d
commit 18b97fa062
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"),