Commit Graph

4 Commits

Author SHA1 Message Date
Nathan Fulton
d926ef0bbe Prevent SDL from rendering when app is backgrounded
On some platforms, the game will crash if SDL attempts to render to the
screen/window while the game is backgrounded. To prevent this, stop
rendering when the game enters a background state and resume rendering
when the game enters a foreground state.
2016-08-24 16:20:31 -04:00
Nathan Fulton
017ff13af6 Implement sdl selection sprite 2016-08-24 15:43:51 -04:00
Nathan Fulton
31ce1c32b8 Update SDL display to support SDL2 2016-08-24 15:40:25 -04:00
Darrin Massena
f4c0203914 initial commit 2014-07-06 17:47:28 -07:00