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.

This commit is contained in:
Jim Grandpre 2010-05-24 23:44:24 -04:00
parent d12afdaedb
commit bc2e106a8b
11 changed files with 1138 additions and 0 deletions

3
touchTest/makefile Normal file
View file

@ -0,0 +1,3 @@
SDLTest : touchSimp.c touchPong.c
gcc touchSimp.c -o touchSimp `sdl-config --cflags --libs` -g
gcc touchPong.c -o touchPong `sdl-config --cflags --libs` -g