Desired width of the screen or application window. Mostly applicable to window based platforms (since screen size is usually fixed for full-screen application running on mobile devices).
property ScreenWidth: Integer;
You should set this option before you call SetScene the first time. Defaults to 1024 pixels
Copyright (c) 2012. All rights reserved.
|