diff options
author | Nicolas Bacca | 2004-01-17 14:32:22 +0000 |
---|---|---|
committer | Nicolas Bacca | 2004-01-17 14:32:22 +0000 |
commit | 9fd8466546460004a5cafb61762f71cf4427e7aa (patch) | |
tree | a46f4c88eb9c57702a45bcc114a7d3bc0c437994 /common | |
parent | 04f2bc0276aa10f083ed1fca64b2da705311ae67 (diff) | |
download | scummvm-rg350-9fd8466546460004a5cafb61762f71cf4427e7aa.tar.gz scummvm-rg350-9fd8466546460004a5cafb61762f71cf4427e7aa.tar.bz2 scummvm-rg350-9fd8466546460004a5cafb61762f71cf4427e7aa.zip |
Cleaner virtual keyboard support for the new CE backend, coming soon
svn-id: r12457
Diffstat (limited to 'common')
-rw-r--r-- | common/system.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h index 6593362d02..d8ead1f7d1 100644 --- a/common/system.h +++ b/common/system.h @@ -100,13 +100,15 @@ public: PROP_TOGGLE_ASPECT_RATIO, PROP_TOGGLE_MOUSE_GRAB, PROP_WANT_RECT_OPTIM, - PROP_HAS_SCALER + PROP_HAS_SCALER, + PROP_TOGGLE_VIRTUAL_KEYBOARD }; union Property { const char *caption; int cd_num; int gfx_mode; bool show_cursor; + bool show_keyboard; }; enum SoundFormat { |