DigitalLibrarian / VS2010Projects

Bunch of unorganized mess
1 stars 1 forks source link

Maximize window on program start #20

Closed DigitalLibrarian closed 8 years ago

DigitalLibrarian commented 8 years ago

When the program starts it should maximize the window. Simply getting the form that contains the game and maximizing it doesn't work, as it results in poorly scaled ui and rendered game elements.

You might need to reinitialize the graphics device or catch a resize event or something.

DigitalLibrarian commented 8 years ago

Adam.Screens.MenuScreen doesn't take care of this automatically for you. See DevScreenSwitcher.cs behavior on window resize. Check for event and handle.

This is probably worth an upgrade to Adam.Screens.