sdl2_frt/android-project/app
Sylvain Becker dc263450ff Android: create Pause/ResumeSem semaphore at higher level than CreateWindow()
- If you call onPause() before CreateWindow(), SDLThread will run in infinite loop in background.

- If you call onPause() between a DestroyWindow() and a new CreateWindow(), semaphores are invalids.

SDLActivity.java: the first resume() starts the SDLThread, don't call
nativeResume() as it would post ResumeSem. And the first pause would
automatically be resumed.
2019-01-14 23:33:48 +01:00
..
jni Updated Android project files and documentation 2018-10-28 10:31:06 -07:00
src/main Android: create Pause/ResumeSem semaphore at higher level than CreateWindow() 2019-01-14 23:33:48 +01:00
build.gradle Updated Android project files and documentation 2018-10-28 10:31:06 -07:00
proguard-rules.pro Switched to new style gradle Android application build process 2017-10-23 15:23:43 -07:00