Edit

kc3-lang/SDL/BUGS.txt

Branch :

  • Show log

    Commit

  • Author : Gabriel Jacobo
    Date : 2013-08-12 11:13:50
    Hash : dad42067
    Message : 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.

  • BUGS.txt
  • 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.