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:
parent
d12afdaedb
commit
bc2e106a8b
11 changed files with 1138 additions and 0 deletions
3
touchTest/makefile
Normal file
3
touchTest/makefile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue