comparison 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
comparison
equal deleted inserted replaced
4661:03dcb795c583 4662:3c4e0130c9b1
10 #define HEIGHT 480 10 #define HEIGHT 480
11 #define BPP 4 11 #define BPP 4
12 #define DEPTH 32 12 #define DEPTH 32
13 13
14 14
15 #define MAX_FINGERS 2 15 #define MAX_FINGERS 5
16 16
17 int mousx,mousy; 17 int mousx,mousy;
18 int keystat[512]; 18 int keystat[512];
19 int bstatus; 19 int bstatus;
20 20