ext-SDL/android-project
Sam Lantinga 3a482ebae0 Add createSDLMainRunnable() to SDLActivity (thanks Cole!)
This patch adds a new createSDLMainRunnable() method to SDLActivity.

Currently, SDL on Android expects to find SDL_main somewhere in native code. When using SDL in a Xamarin application, however, what we really want to do is write our entrypoint in managed code. The easiest way to do this is to allow subclasses of SDLActivity to provide their own Runnable to the SDL thread, as in the attached patch.

Fixes https://github.com/libsdl-org/SDL/issues/2785
2023-11-04 21:18:16 -07:00
..
app Add createSDLMainRunnable() to SDLActivity (thanks Cole!) 2023-11-04 21:18:16 -07:00
gradle/wrapper Updated to Android minSdkVersion 19 and targetSdkVersion 34 2023-08-24 08:23:06 -07:00
build.gradle Updated to Android minSdkVersion 19 and targetSdkVersion 34 2023-08-24 08:23:06 -07:00
gradle.properties Switched to new style gradle Android application build process 2017-10-23 15:23:43 -07:00
gradlew Avoid use of deprecated egrep/fgrep 2022-11-24 02:58:20 -08:00
gradlew.bat Switched to new style gradle Android application build process 2017-10-23 15:23:43 -07:00
settings.gradle Switched to new style gradle Android application build process 2017-10-23 15:23:43 -07:00