Files
LNXSDK/Kha/Tools/macos_arm64/std/flash/system/ApplicationInstallerMode.hx
2026-05-21 20:15:16 -07:00

8 lines
200 B
Haxe

package flash.system;
@:native("flash.system.ApplicationInstallerMode") extern enum abstract ApplicationInstallerMode(String) {
var INSTALL_ONLY;
var INSTALL_WITH_SHORTCUTS;
var SHORTCUTS_ONLY;
}