SDL/src/video/android
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
..
SDL_androidclipboard.c Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_androidclipboard.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_androidevents.c Android/openslES: set audio in paused/resumed state for Android event loop 2019-01-14 12:33:29 +01:00
SDL_androidevents.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_androidgl.c Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_androidgl.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_androidkeyboard.c Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_androidkeyboard.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_androidmessagebox.c Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_androidmessagebox.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_androidmouse.c Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_androidmouse.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_androidtouch.c Android: add name for Touch devices and simplification, from bug 3958 2019-01-10 21:40:57 +01:00
SDL_androidtouch.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_androidvideo.c Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_androidvideo.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_androidvulkan.c Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_androidvulkan.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_androidwindow.c Android: create Pause/ResumeSem semaphore at higher level than CreateWindow() 2019-01-14 23:33:48 +01:00
SDL_androidwindow.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00