MakaronKanon / Cwing-King

A game for MD407 computer
2 stars 1 forks source link

Can't exit in menu #20

Open MakaronKanon opened 5 years ago

MakaronKanon commented 5 years ago

Since we are not checking in our while loop if we need to exit. (Just affects windows)

MakaronKanon commented 5 years ago

Right now we poll int platform_should_exit() in our game loop. When we are not in gameLoop we don't poll and therefore we can't exit. Maybe a solution would be a interupt/callback.