Another January maintenance build for AppGameKit users. In this version we've added some new commands and made some important updates for the Mac:
- Added ExtractZipASync, GetZipExtractProgress, and GetZipExtractComplete commands to unzip files in the background
- Added GetWindowWidth/Height to return the size of the window, which may differ from GetDeviceWidth/Height on retina displays
- GetMaxDeviceWidth/Height now return the non-retina sizes on Macs with retina displays so they can be used with SetWindowSize
- Fixed ResizeImage not working with animated GIF images
- The debugger can now display the contents of a type variable
The AppGameKit Team