Closed iivchenko closed 4 years ago
Don't want to do settings at all. It is to long, senseless and not interesting And here the way to get available screen resolution https://stackoverflow.com/questions/10039339/get-the-supported-screen-resolutions-in-xna
foreach (DisplayMode mode in GraphicsAdapter.DefaultAdapter.SupportedDisplayModes) {
//mode.whatever (and use any of avaliable information)
}