From 9fd8466546460004a5cafb61762f71cf4427e7aa Mon Sep 17 00:00:00 2001 From: Nicolas Bacca Date: Sat, 17 Jan 2004 14:32:22 +0000 Subject: Cleaner virtual keyboard support for the new CE backend, coming soon svn-id: r12457 --- common/system.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common') 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 { -- cgit v1.2.3