Make additional windows visible. Fixes #7427 by stromkos · Pull Request #7456 · MonoGame/MonoGame
added 2 commits
February 3, 2021 15:03Adds visible upon creation option and Show method. Fixes MonoGame#7427 The new optional show parameter leaves the method functionally unchanged if not set and forces it to a value if set. I would do a Hide method, but if you hide the primary window, bad things can happen: the game could no longer have any visible windows. (Closing secondary windows does not close the game.)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters