Adding an option to select the initial onscreen keyboard layout, adding an option to disable changes between layouts

This commit is contained in:
Pere Pujal i Carabantes 2011-09-04 22:35:24 +00:00
parent e6ec173371
commit 15273cdd29
5 changed files with 43 additions and 9 deletions

View file

@ -56,6 +56,8 @@ struct cfginfo
const char *wheely;
const char *mouseaccessibility;
const char *onscreen_keyboard;
const char *onscreen_keyboard_layout;
const char *onscreen_keyboard_disable_change;
const char *joystick_slowness;
const char *joystick_lowthreshold;
const char *joystick_maxsteps;