How do I set the position of my window in MonoGame?
Asked
Active
Viewed 1,141 times
1 Answers
0
Set the GameWindow
object's Position
property.
Note the, per the source as of this writing, that property only exists for Windows projects using DirectX as a back-end.