randrew / uxn32

Uxn emulator for Windows and Wine
169 stars 7 forks source link

Add DPI awareness on newer versions of Windows #15

Closed easrng closed 1 year ago

easrng commented 1 year ago

This PR implements scaling on Vista and up. I've tested it on Windows 10 and Windows 2000 and I've compiled it with Visual C++ 6.0 There's some work needed still, mostly multiplying positions by fScale in the Beetbug window I think, I'm not super familiar with win32 so i don't know what all needs to be modified there exactly.

easrng commented 1 year ago

nvm this needs a bunch more work