SDL-mirror/android-project/app
Sylvain Becker 91f11c320e 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