PlatformID.hx 383 B

123456789101112131415161718
  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.PlatformID') extern enum PlatformID
  9. {
  10. Win32S;
  11. Win32Windows;
  12. Win32NT;
  13. WinCE;
  14. Unix;
  15. Xbox;
  16. MacOSX;
  17. }