Mercurial > sdl-ios-xcode
annotate touchTest/makefile @ 4656:b5007b7995c6
Added multi-finger gestures
author | Jim Grandpre <jim.tla@gmail.com> |
---|---|
date | Tue, 06 Jul 2010 02:05:27 -0700 |
parents | 86c171888eee |
children | eed063a0bf5b |
rev | line source |
---|---|
4639
f5cd4b6231ba
Added Test Directory. Touch input works in touchSimp for wacom bamboo fun on Ubuntu linux. Not yet integrated into library. Should support other touch devices and other linux distros, but not tested on anything else.
Jim Grandpre <jim.tla@gmail.com>
parents:
diff
changeset
|
1 SDLTest : touchSimp.c touchPong.c |
4651
86c171888eee
Added gesture test c file. Beginning of gesture recognition.
Jim Grandpre <jim.tla@gmail.com>
parents:
4645
diff
changeset
|
2 gcc gestureTest.c -o gestureTest `sdl-config --cflags --libs` -g |
4642
057e8762d2a1
Added reading of event* for touch events.
Jim Grandpre <jim.tla@gmail.com>
parents:
4639
diff
changeset
|
3 gcc touchTest.c -o touchTest `sdl-config --cflags --libs` -g |
4639
f5cd4b6231ba
Added Test Directory. Touch input works in touchSimp for wacom bamboo fun on Ubuntu linux. Not yet integrated into library. Should support other touch devices and other linux distros, but not tested on anything else.
Jim Grandpre <jim.tla@gmail.com>
parents:
diff
changeset
|
4 gcc touchSimp.c -o touchSimp `sdl-config --cflags --libs` -g |
f5cd4b6231ba
Added Test Directory. Touch input works in touchSimp for wacom bamboo fun on Ubuntu linux. Not yet integrated into library. Should support other touch devices and other linux distros, but not tested on anything else.
Jim Grandpre <jim.tla@gmail.com>
parents:
diff
changeset
|
5 gcc touchPong.c -o touchPong `sdl-config --cflags --libs` -g |
4645
0375d020e7e3
Auto-detects Wacom touch devices.
Jim Grandpre <jim.tla@gmail.com>
parents:
4642
diff
changeset
|
6 gcc parseDevicesTest.c -o parseDevicesTest -g |
4642
057e8762d2a1
Added reading of event* for touch events.
Jim Grandpre <jim.tla@gmail.com>
parents:
4639
diff
changeset
|
7 |
4645
0375d020e7e3
Auto-detects Wacom touch devices.
Jim Grandpre <jim.tla@gmail.com>
parents:
4642
diff
changeset
|
8 |