This website requires JavaScript.
Explore
Help
Register
Sign In
geemili
/
SDL
Watch
1
Star
0
Fork
You've already forked SDL
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a503dabe01
SDL
/
WhatsNew.txt
6 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fixes #2022, do not resume on Android when surfaceChanged If the app is in landscape mode and the user presses the power button, a pause is followed immediately by a surfaceChanged event because the lock screen is shown in portrait mode. This triggers a "false" resume. So, we just pause and resume following the onWindowFocusChanged events. Also, wait for SDL_APP_WILLENTERBACKGROUND and SDL_APP_DIDENTERBACKGROUND before blocking the event pump.
2013-08-12 08:13:50 -06:00
This is a list of API changes in SDL's version history.
Fixed windows compile
2013-10-20 21:49:36 -06:00
2.0.1
*