scummvm/backends/platform/android
Tobias Gunkel 40e2cc4d96 ANDROID: increase required NDK and SDK version numbers
Android NDK 5 and SDK 7 (Android 2.1) are needed to provide full multitouch support. Otherwise MotionEvent.getPointerCount() and  MotionEvent.getX(int) are not available.

In addition GLES2 headers are only available in Android 2.1 and newer revisions.
2012-04-30 19:11:32 +02:00
..
org/residualvm/residualvm ANDROID: adjust event handling 2012-04-30 19:11:32 +02:00
android.cpp ANDROID: adjust event handling 2012-04-30 19:11:32 +02:00
android.h ANDROID: adjust event handling 2012-04-30 19:11:32 +02:00
android.mk ANDROID: increase required NDK and SDK version numbers 2012-04-30 19:11:32 +02:00
asset-archive.cpp ANDROID: import backends/platform/android from ScummVM 2012-04-30 19:04:24 +02:00
asset-archive.h ANDROID: import backends/platform/android from ScummVM 2012-04-30 19:04:24 +02:00
events.cpp ANDROID: adjust event handling 2012-04-30 19:11:32 +02:00
gfx.cpp ANDROID: implement OSystem methods and add support for soft rendering 2012-04-30 19:11:31 +02:00
jni.cpp ANDROID: adjust event handling 2012-04-30 19:11:32 +02:00
jni.h ANDROID: adjust event handling 2012-04-30 19:11:32 +02:00
module.mk ANDROID: import backends/platform/android from ScummVM 2012-04-30 19:04:24 +02:00
texture.cpp ANDROID: import backends/platform/android from ScummVM 2012-04-30 19:04:24 +02:00
texture.h ANDROID: define GL_GLEXT_PROTOTYPES 2012-04-30 19:11:32 +02:00