Game Development Community


#1
08/24/2005 (1:11 am)
U32 screenWidth  = Platform::getWindowSize().x;
U32 screenHeight = Platform::getWindowSize().y;
#2
08/24/2005 (8:30 pm)
Perfect. Thanks :)