All Questions
Tagged with menu software-engineering
1 question
9
votes
5
answers
1k
views
How can I update Display settings from an Options screen without restarting?
I'm currently creating a 2D RPG in C++11 with Allegro 5 and boost.
My goal is to somehow update my game settings when an option is changed in the Options Menu. I don't want to force the user to ...