aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/system.h4
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 {