Skip to content

[SCROLLING/DPI] Mouse and display have issues with Windows Scaling #21

@TheRedDaemon

Description

@TheRedDaemon

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

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions