ApplicationInstallerMode.hx 200 B

1234567
  1. package flash.system;
  2. @:native("flash.system.ApplicationInstallerMode") extern enum abstract ApplicationInstallerMode(String) {
  3. var INSTALL_ONLY;
  4. var INSTALL_WITH_SHORTCUTS;
  5. var SHORTCUTS_ONLY;
  6. }