Use range from evdev device for gamepad input

This commit is contained in:
Iwan Timmer
2014-01-28 01:34:45 +01:00
parent b0378ff7fa
commit dc97bc9cf0
6 changed files with 115 additions and 6 deletions
+4
View File
@@ -0,0 +1,4 @@
rm *.o libnv_io.so
gcc -I $JAVA_HOME/include -I $JAVA_HOME/include/linux -fPIC -L. -c *.c
gcc -shared -Wl,-soname,libnv_io.so -Wl,--no-undefined -o libnv_io.so *.o -L.
rm *.o