Issue #124
resolved
SDL_WINDOWEVENT_MINIMIZED and SDL_WINDOWEVENT_RESTORED are in the wrong function in Event.cpp. They should be in Event::convertWindowEvent, but they are currently in Event::convertJoystickEvent, and thus they are never called and audio does not pause when the Android app moves to the background.
Comments (2)
-
-
repo owner - changed status to resolved
Thanks for the report and fix!
- Log in to comment
Thanks for the report! This commit should fix it: https://bitbucket.org/rude/love/commits/22604b9
Also, it'd be good to file source code issues in the repository for LÖVE's source (https://bitbucket.org/rude/love/issues?status=new&status=open) instead of here, in the future.