AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkApplication.ScreenWidth Property

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).

Syntax
Pascal
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.