[Scummvm-cvs-logs] CVS: scummvm/gui newgui.cpp,1.74,1.75
Nicolas Bacca
arisme at users.sourceforge.net
Mon Jan 26 13:13:45 CET 2004
Update of /cvsroot/scummvm/scummvm/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7058
Modified Files:
newgui.cpp
Log Message:
Undo old tweak not necessary anymore
Index: newgui.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/newgui.cpp,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- newgui.cpp 6 Jan 2004 12:45:29 -0000 1.74
+++ newgui.cpp 26 Jan 2004 07:35:31 -0000 1.75
@@ -155,10 +155,9 @@
while (_system->poll_event(&event)) {
switch (event.event_code) {
case OSystem::EVENT_KEYDOWN:
-#if !defined(_WIN32_WCE) && !defined(__PALM_OS__)
+#if !defined(__PALM_OS__)
// init continuous event stream
- // not done on WinCE because keyboard is emulated and
- // keyup is not generated
+ // not done on PalmOS because keyboard is emulated and keyup is not generated
_currentKeyDown.ascii = event.kbd.ascii;
_currentKeyDown.keycode = event.kbd.keycode;
_currentKeyDown.flags = event.kbd.flags;
More information about the Scummvm-git-logs
mailing list