Open AndrejGobeX opened 11 months ago
Tested in Windows 11 with 150% scaling on my primary monitor, but this didn't work sadly.
(tested with python -m tmrl --check-environment
: the captured portion of the screen did not match the window)
Any news for this PR? It would be a nice-to-have but didn't work in my tests.
Hey, recently got a job and didn't have time to work on this... I might give it a spin someday.
Added fix for scaled desktops. When Windows is scaled in the display settings, the script won't detect the edges of the Trackmania window properly. This fix makes the script makes the process DPI aware and can work under scaled environments. Tested on Windows 10 (however additional checks are encouraged).