Getting the Resolution(C++)

Ralphzehunter

Member
Joined
Nov 8, 2004
Messages
11
How do I get the resolution? I tried to do Screen::PrimaryScreen::Bounds, but there is no such thing there named bounds.
BTW, Im using the beta express edition, so that might have something to do with it.
 
I got it!

Ok, I got how to do it. I declared a new screen, then set it to Screen::PrimaryScreen::get(). Then I could get the bounds of my screen I declared, which was a copy of the PrimaryScreen.
 
Back
Top