apple2ix/Android
Aaron Culliney 5c3791f5dc Refactor GL Touch Joystick (PART I Native changes)
- Move touch-handling code for "regular" touch joystick into separate file
    - Add new touch-handling code for "keypad" touch joystick.  This is a somewhat complex state-machine to determine
      which key to press depending on a full keypad rosette.
    - Adds a callback to vm.c to hook into keyboard read callback.  Allows us to immediately queue the next key if the
      keypad touch joystick is long-pressed for either axis or button keys.
2015-08-18 21:59:41 -07:00
..
.idea Project changes insisted upon by Android Studio 2015-06-27 13:12:38 -07:00
app Shuffle a bunch of settings around 2015-08-08 11:03:12 -07:00
assets testdisk appears to work and is rendering on Android 2015-02-24 16:03:21 -08:00
gradle/wrapper Initial Android Studio Gradle project 2015-03-10 13:28:27 -07:00
jni Refactor GL Touch Joystick (PART I Native changes) 2015-08-18 21:59:41 -07:00
misc Misc stuff for Android build 2015-08-03 21:27:04 -07:00
.classpath Skeleton project for Android NDK 2015-02-16 08:47:26 -08:00
Android.iml Changes Android Studio made when upgraded 2015-05-23 22:49:03 -07:00
AndroidManifest.xml Tweaks to get ndk-gdb.py running again 2015-03-30 22:03:38 -07:00
build.gradle Android Studio appears to build and run the project 2015-03-10 14:20:58 -07:00
build.xml Skeleton project for Android NDK 2015-02-16 08:47:26 -08:00
gradlew Initial Android Studio Gradle project 2015-03-10 13:28:27 -07:00
gradlew.bat Initial Android Studio Gradle project 2015-03-10 13:28:27 -07:00
project.properties Tweaks to get ndk-gdb.py running again 2015-03-30 22:03:38 -07:00
res Add proper icons to Android Studio project 2015-03-10 14:32:48 -07:00
run.sh Skeleton project for Android NDK 2015-02-16 08:47:26 -08:00
settings.gradle Initial Android Studio Gradle project 2015-03-10 13:28:27 -07:00
src Android Studio appears to build and run the project 2015-03-10 14:20:58 -07:00