DaVikingCode / Citrus-Engine

Modern AS3 Game Engine
http://citrusengine.com/
Other
549 stars 231 forks source link

Fixed and Improved Platform.as 03/07/2016 #283

Closed Snky closed 8 years ago

Snky commented 8 years ago

Added isFullscreen() Fixed/Improved isLandscape() Changed all uses of .fullscreenWidth to .stageWidth; Changed all uses of .fullscreenHeight to .stageHeight;

Now accommodates for all three possible orientations, portrait, landscape, width==height(any?) Now accommodates for all three possible .displayState(s)

Snky commented 8 years ago

I made some tabbing/spacing mistakes, and forgot to change stageValidate back to private. So I'll open a new request with that fixed, sorry.