SDL-mirror/android-project
Philipp Wiesemann 20b394d072 Added detection of touch devices before first touch events happen on Android.
On Android available touch devices are now added with video initialization (like
the keyboard). This fixes SDL_GetNumTouchDevices() returning 0 before any touch
events happened although there is a touch screen available. The adding of touch
devices after a touch event was received is still active to allow connecting
devices later (if this is possible) and to provide a fallback if the new init
did not work somehow. For the implementation JNI was used and API level 9 is
required. There seems to be nothing in the Android NDK's input header (input.h)
to implement everything on C side without communication with Java side.
2013-10-05 17:08:19 +02:00
..
jni Android: Removed all unnecessary dependencies on C++. 2013-07-22 02:51:45 -07:00
res Fixed bug 1779 - SDL's Android project template has old default icons from Android. 2013-04-02 07:55:25 -07:00
src/org/libsdl/app Added detection of touch devices before first touch events happen on Android. 2013-10-05 17:08:19 +02:00
AndroidManifest.xml Updated names of README files in source comments. 2013-06-09 11:58:31 +02:00
ant.properties Updated the Android project template and README.android 2012-11-02 02:37:49 -07:00
build.properties
build.xml Updated the Android project template and README.android 2012-11-02 02:37:49 -07:00
default.properties Updated the Android project template and README.android 2012-11-02 02:37:49 -07:00
proguard-project.txt Updated the Android project template and README.android 2012-11-02 02:37:49 -07:00
project.properties Backed out changeset: 9cef1005df5f 2013-04-01 13:20:22 -03:00