kc3-lang/SDL/test

Branch :


Log

Author Commit Date CI Message
2dd7091e 2013-08-20 19:57:11 Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module.
552b04c5 2013-08-20 20:34:40 More non C89 compliant comments
65728477 2013-08-14 23:30:10 Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency
dad42067 2013-08-12 11:13:50 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.