diff touchTest/touchSimp.c @ 4662:3c4e0130c9b1

Added alternative finger tracking method. Still prefer IPHONE_TOUCH_EFFICIENT_DANGEROUS.
author Jim Grandpre <jim.tla@gmail.com>
date Tue, 13 Jul 2010 18:31:09 -0400
parents 057e8762d2a1
children
line wrap: on
line diff
--- a/touchTest/touchSimp.c	Mon Jul 12 21:09:23 2010 -0700
+++ b/touchTest/touchSimp.c	Tue Jul 13 18:31:09 2010 -0400
@@ -12,7 +12,7 @@
 #define DEPTH 32
 
 
-#define MAX_FINGERS 2
+#define MAX_FINGERS 5
 
 int mousx,mousy;
 int keystat[512];