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.
31 lines
787 B
Plaintext
31 lines
787 B
Plaintext
|
|
This is a list of the platforms SDL supports, and who maintains them.
|
|
|
|
Officially supported platforms
|
|
==============================
|
|
(code compiles, and thoroughly tested for release)
|
|
==============================
|
|
Windows XP/Vista/7/8
|
|
Mac OS X 10.5+
|
|
Linux 2.6+
|
|
iOS 5.1.1+
|
|
Android 2.3.3+
|
|
|
|
Unofficially supported platforms
|
|
================================
|
|
(code compiles, but not thoroughly tested)
|
|
================================
|
|
FreeBSD
|
|
NetBSD
|
|
OpenBSD
|
|
Solaris
|
|
|
|
Platforms supported by volunteers
|
|
=================================
|
|
Haiku - maintained by Axel Dörfler <axeld@pinc-software.de>
|
|
PSP - maintained by 527721088@qq.com
|
|
Pandora - maintained by Scott Smith <pickle136@sbcglobal.net>
|
|
|
|
Platforms that need maintainers
|
|
===============================
|