mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-17 23:27:37 +00:00
One forgotten PROP_TOGGLE_VIRTUAL_KEYBOARD
svn-id: r12609
This commit is contained in:
parent
5606ec3f45
commit
9b09669143
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user