OperatingSystem.hx 416 B

12345678910111213
  1. package system;
  2. /**
  3. Warning: This class definition is incomplete.
  4. In order to get most current extern definitions, install/update hxcs library with:
  5. haxelib install hxcs
  6. Please refer to http://lib.haxe.org/p/hxcs for more information.
  7. **/
  8. @:native('System.OperatingSystem') extern class OperatingSystem
  9. {
  10. var Platform(default, null):system.PlatformID;
  11. var Version(default, null):system.Version;
  12. }