maxgui.DPIManifest module added to github

BlitzMax Forums/BlitzMax Programming/maxgui.DPIManifest module added to github

skidracer(Posted February) [#1]
For the those of us bleeding edge UHD windows 10 users BlitzMax is now DPI-Aware, hurrah!

Following is with Windows 10 -> Display Settings -> Size = 150%

A new DesktopScale#() getter is not yet included.

'Import maxgui.dpimanifest

Print DesktopWidth()
Print DesktopHeight()


without manifest

2560
1440


with manifest

3840
2160