-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Crusader should likely be DPI unaware.
Under the assumptions:
- Full HD
- 125% Scaling
The games scrolling does not work properly due to the scalling.
This can be fixed by:
Right click on the .exe file.
Change high DPI settings > (Checkbox)
Override high DPI scaling behavior.
Scaling performed by: Application.
According to THIS, this would mean the application does the scaling. However, this might be what we want, instead of WIndows handling it.
Crusader would ignore the DPI and just use resolutions.
So maybe the solution would be telling Windows that Crusader is actually DPI aware (while actually ignoring it).
Maybe starting point: https://stackoverflow.com/a/51630464
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request