[Scummvm-cvs-logs] CVS: scummvm/backends/dc input.cpp,1.24,1.25

Marcus Comstedt marcus_c at users.sourceforge.net
Sat Oct 15 08:01:16 CEST 2005


Update of /cvsroot/scummvm/scummvm/backends/dc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8906

Modified Files:
	input.cpp 
Log Message:
Avoid "double-clicks" when the virtual keyboard is activated.

Index: input.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/dc/input.cpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- input.cpp	30 Jul 2005 21:10:50 -0000	1.24
+++ input.cpp	15 Oct 2005 14:59:46 -0000	1.25
@@ -135,7 +135,7 @@
       }
     }
 
-  if(lmb && inter) {
+  if(lmb && inter && !lastlmb) {
     newkey = 1000;
     lmb = 0;
   }





More information about the Scummvm-git-logs mailing list