1
SFML wiki / Re: Android example can not close on Escape
« on: May 04, 2016, 06:11:04 pm »
The only way to totally finish Android app is to call exit() or std::terminate() function. exit() is bad if you'll relaunch app immediately after exit. terminate() is bad because it shows popup window with error message (but it's rarely, tbh I saw it two or three times).