Hello everyone,
I'd like to be able to refresh the entire GUI (as if you had Alt+Tabbed out of and back into the game). I've found the Refresh() and InvalidateMap() members of the TiledMap class, but as far as I can tell, these only cause the map itself to be redrawn.
Does anyone know where I can look in the code to figure out how to redraw the entire GUI?
Thanks.
I'd like to be able to refresh the entire GUI (as if you had Alt+Tabbed out of and back into the game). I've found the Refresh() and InvalidateMap() members of the TiledMap class, but as far as I can tell, these only cause the map itself to be redrawn.
Does anyone know where I can look in the code to figure out how to redraw the entire GUI?
Thanks.
Comment