comparison touchTest/gestureSDLTest.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 063b9455bd1a
children 317a151b79ad
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 #define DOLLARNPOINTS 64 16 #define DOLLARNPOINTS 64
17 #define DOLLARSIZE 256 17 #define DOLLARSIZE 256
18 18
19 //MUST BE A POWER OF 2! 19 //MUST BE A POWER OF 2!