1
Window / Re: Window not redrawing after onResume on Android
« on: May 18, 2017, 10:19:42 pm »
So I fixed the issue after adding messages to logcat.. I saw that the OpenGL context was not correctly selected after resuming.
In the end it's really important to do win.setActive(false) when receiving sf::Event::LostFocus... and making win.setActive(true) on sf::Event::GainedFocus...
Now the 4 platforms are working fine :-)
In the end it's really important to do win.setActive(false) when receiving sf::Event::LostFocus... and making win.setActive(true) on sf::Event::GainedFocus...
Now the 4 platforms are working fine :-)