SDL/src/video/android
Sylvain Becker 35722b6423 Android: fix wrong state after immediate sequence pause() / resume() / pause()
It may happen to have the sequence pause()/resume()/pause(), before polling
any events.

Before, it ends in 'resumed' state because as the check is greedy.
Now, always increase the Pause semaphore, and stop at each pause.
It ends in 'paused' state.

Related to bug 3250: set up a reconfiguration of SurfaceView holder.
Turn the screen off manually before the app starts
(repro rate is not 100%..)
2019-01-05 22:27:25 +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: fix wrong state after immediate sequence pause() / resume() / pause() 2019-01-05 22:27:25 +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 Updated copyright for 2019 2019-01-04 22:01:14 -08: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 Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_androidwindow.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00