SDL/src/core/android
Sam Lantinga c086251266 Fixed bug 3128 - Removing all the static variables from android SDLActivity and accompanying JNI calls.
owen

I removed all the static variables from SDLActivity.java

Updated all the SDL_android.c jni calls as well

I added a new function to SDL_android.c/ h
void Android_JNI_SeparateEventsHint(const char* c);

This is called by SDL_androidtouch.c so that this TU doesn't need to call any JNI functions.
2017-08-12 12:24:59 -07:00
..
SDL_android.c Fixed bug 3128 - Removing all the static variables from android SDLActivity and accompanying JNI calls. 2017-08-12 12:24:59 -07:00
SDL_android.h Fixed bug 3128 - Removing all the static variables from android SDLActivity and accompanying JNI calls. 2017-08-12 12:24:59 -07:00