LNXSDK/Kha/Tools/linux_x64/std/flash/system/ApplicationInstallerMode.hx

8 lines
200 B
Haxe
Raw Normal View History

2025-01-22 16:18:30 +01:00
package flash.system;
@:native("flash.system.ApplicationInstallerMode") extern enum abstract ApplicationInstallerMode(String) {
var INSTALL_ONLY;
var INSTALL_WITH_SHORTCUTS;
var SHORTCUTS_ONLY;
}