From 9b09669143a2fef7fca7b655348b58bc7610ebaa Mon Sep 17 00:00:00 2001 From: Nicolas Bacca Date: Mon, 26 Jan 2004 07:42:58 +0000 Subject: One forgotten PROP_TOGGLE_VIRTUAL_KEYBOARD svn-id: r12609 --- simon/simon.cpp | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'simon') diff --git a/simon/simon.cpp b/simon/simon.cpp index 880230b855..1826365540 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -46,11 +46,6 @@ #include "globals.h" #endif -#ifdef _WIN32_WCE -extern bool toolbar_drawn; -extern bool draw_keyboard; -#endif - extern uint16 g_debugLevel; struct SimonGameSettings { @@ -2894,14 +2889,9 @@ get_out:; delay(10); } while (i == _timer_4); -#ifdef _WIN32_WCE - - if (draw_keyboard) { - draw_keyboard = false; - toolbar_drawn = false; - } - -#endif + OSystem::Property prop; + prop.show_keyboard = false; + g_system->property(OSystem::PROP_TOGGLE_VIRTUAL_KEYBOARD, &prop); } void SimonEngine::o_file_error(FillOrCopyStruct *fcs, bool save_error) { -- cgit v1.2.3