Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.22 KB

Changelog.md

File metadata and controls

27 lines (21 loc) · 1.22 KB

V1.0.0 Changelog:

  • Added 4 Classes (1 Defective), 6 New Functions Total:
    • HLApplicationStatus.hx:
      • getMemoryUsage():Int [ Returns the memory the program is using. ]
      • getCPULoad():Float [ Gets the current CPU load by the program. (Results are quite questionable.) ]
    • HLDriveStatus.hx:
      • getTotalDriveSize():Float [ Returns total drive size in GB. ]
      • getFreeDriveSize():Float [ Returns free drive size in GB. ]
    • HLNativeWindow.hx:
      • setWindowDarkMode(enabled:Bool) [ Sets the windows dark mode property. ]
      • setWindowTitlevarColor(targetColor:Int) [ (WINDOWS 11 ONLY) Sets the color of your windows title bar. ]

Developer Notes:

This is the first release, yippie! Also if you're here to download the library on the webpage you're on right now, I wonder why you don't download the library via haxelib...

V1.1.0 Changelog:

  • 3 New Functions Total:
    • HLNativeWindow.hx:
      • setWindowLayered() [ Sets the windows to layered mode(Color Keying will work if this function is called.) ]
      • setWindowColorKey(colorKey:Int) [ Sets the color key color of the window. ]
      • setWindowAlpha(alpha:Int) [ Sets the alpha of the window. ]

Developer Notes:

Color Key & Alpha cannot be both enabled at once. :D