Also, if I take words from your post here and search google for “monogame set window start position”, I get the answer in the first search result:
https://www.google.com/search?q=monogame+set+window+start+position
Hey guys. Main question - How do I center the GameWindow? I’ve looked online and I can only seem to find unrelated answers. When I run the program, I want the GameWindow to be in the center of the monitor. I looked up the GameWindow class for XNA and some other things too, but I can’t seem to find anything that alludes to changing the GameWindow position.
I know how to resize the GameWindow:
graphics.PreferredBackBufferWidth = screenWidth; // +Height
I also know how to offset the GameWindo…
I’m not trying to discourage you from asking questions here, but just want to point out that quite a few answers are already out there for MonoGame. I find stuff all the time.