This website requires JavaScript.
Explore
Help
Sign In
Relintai
/
sdl2_frt
Watch
1
Star
0
Fork
0
You've already forked sdl2_frt
mirror of
https://github.com/Relintai/sdl2_frt.git
synced
2024-12-16 11:06:49 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
11d38d696e
sdl2_frt
/
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 16:13:50 +02:00
This is a list of API changes in SDL's version history.
Fixed windows compile
2013-10-21 05:49:36 +02:00
2.0.1
*
Reference in New Issue
Copy Permalink