.
Is the “as3 air” project enabled with high “dpi”?
.
Please note that I am referring to the “as3 air” project, not “haxe openfl”, because there are some “as3 air” projects that I want to open with high “dpi”. I have been exposed to “as3” relatively late, and I am not very familiar with these knowledge, so I am asking everyone on the “openfl” forum here? Because I know that everyone used to be experts in “AS3”?
.
I have been maintaining an “as3 air” tool, and I have asked before about the command-line issue. Currently, it is not possible to implement it using “haxe openfl”, so I will continue to use “as3 air” for this tool. Therefore, I would like to ask about the method to enable high “dpi” in “as3 air”
.
.
requestedDisplayResolution
optional
.
Specifies whether the application desires to use the standard or high resolution on a computer monitor with a high-resolution screen.
.
When set to standard (the default), the screen will appear to the application as a standard-resolution screen. When set to high, the application can address each high-resolution pixel.
.
For example, on a 4K/UHD monitor, if the setting is standard then the full-screen stage dimensions would be 1920x1080, and each application pixel is rendered using four screen pixels.
.
If the setting is high, the full-screen stage dimensions match the monitor at 3840x2160.
.
On devices with standard-resolution screens, the stage dimensions match the screen dimensions no matter which setting is used.
.
Example
high
.
