Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

monogame fullscreen

//you likely already have this line (or similar)
graphics = new GraphicsDeviceManager(this);

//set the GraphicsDeviceManager's fullscreen property
graphics.IsFullScreen = true;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #monogame #fullscreen
ADD COMMENT
Topic
Name
2+2 =