Ithai Levi
Ithai Levi
We will stay with the current set of Makefiles for the C API and we'll add cmake for the new c++14 API.
Currently, Cage lacks support for this. In fact, it directly polls for events in the main loop: https://github.com/rlofc/cage/blob/master/src/cage.c#L216 only to handle SDL_QUIT. Not cool and should be fixed. I see...
Done, see: https://github.com/rlofc/cage/commit/e71d8652135c3ac8aeb4731342b045f2258166b7
Reopening since this is breaking in Android when app is moving to the background (screen is not refreshing and stays blank). I need to experiment with the SDL event pipeline...