Resolution Help
Posted: Sun Jan 11, 2015 6:58 am
So I'm going to be making a game for Windows, Mac, and PC soon.
I need to know how to actually set the resolution of the user's screen. I can't just adjust the pixel length and width of the screen to 1920x1080 for example, because all that would do is adjust the length and width of the application and it still wouldn't fit the whole screen.
I know there's one way that effectively scales the application to the size of the monitor but I'd rather not use that because it makes things look blurry. I need to know how to resize a screen exactly as you would in a game.
I need to know how to actually set the resolution of the user's screen. I can't just adjust the pixel length and width of the screen to 1920x1080 for example, because all that would do is adjust the length and width of the application and it still wouldn't fit the whole screen.
I know there's one way that effectively scales the application to the size of the monitor but I'd rather not use that because it makes things look blurry. I need to know how to resize a screen exactly as you would in a game.