comparison touchTest/touchTest.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 7ad7a473b086
children
comparison
equal deleted inserted replaced
4661:03dcb795c583 4662:3c4e0130c9b1
9 #define WIDTH 640 9 #define WIDTH 640
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 #define MAXFINGERS 3 14 #define MAXFINGERS 5
15 15
16 int mousx,mousy; 16 int mousx,mousy;
17 int keystat[512]; 17 int keystat[512];
18 int bstatus; 18 int bstatus;
19 19