mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
dad420670f
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.
17 lines
503 B
Plaintext
17 lines
503 B
Plaintext
|
|
Bugs are now managed in the SDL bug tracker, here:
|
|
|
|
http://bugzilla.libsdl.org/
|
|
|
|
You may report bugs there, and search to see if a given issue has already
|
|
been reported, discussed, and maybe even fixed.
|
|
|
|
|
|
You may also find help on the SDL mailing list. Subscription information:
|
|
|
|
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
|
|
|
|
Bug reports are welcome here, but we really appreciate if you use Bugzilla, as
|
|
bugs discussed on the mailing list may be forgotten or missed.
|
|
|