[Scummvm-cvs-logs] CVS: scummvm/scumm scummvm.cpp,1.91,1.92

Max Horn fingolfin at users.sourceforge.net
Wed Dec 11 12:57:03 CET 2002


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv20877/scumm

Modified Files:
	scummvm.cpp 
Log Message:
Patch #652194: Handling Ctrl-<key>

Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scummvm.cpp,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- scummvm.cpp	9 Dec 2002 01:27:40 -0000	1.91
+++ scummvm.cpp	11 Dec 2002 20:56:49 -0000	1.92
@@ -1413,6 +1413,8 @@
 						g_debugger.attach(this);
 					else if (event.kbd.keycode=='s')
 						resourceStats();
+					else
+						_keyPressed = event.kbd.ascii;	// Normal key press, pass on to the game.
 				} else
 					_keyPressed = event.kbd.ascii;	// Normal key press, pass on to the game.
 				break;





More information about the Scummvm-git-logs mailing list