AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkApplication.UseNativeResolution Property

Whether to use the native (high) resolution of the device, or a scale (low) resolution.

Syntax
Pascal
property UseNativeResolution: Boolean;

Some platforms have high resolution screens such as the iPad, this property determines how those platforms display their content. When you set this property to True (default), it will use a full resolution frame buffer that will look better. Use False to use a smaller resolution frame buffer (usually half sized) which is then scaled to fit the screen, and will run faster. This does not affect low resolution devices that will always use a low resolution frame buffer. 

You should set this option before you call SetScene the first time.

Copyright (c) 2012. All rights reserved.