Make additional windows visible. Fixes #7427 by stromkos · Pull Request #7456 · MonoGame/MonoGame

added 2 commits

February 3, 2021 15:03
Adds 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.)

ThomasFOG

@SimonDarksideJ

@SimonDarksideJ

SimonDarksideJ