ko icon indicating copy to clipboard operation
ko copied to clipboard

Fixes the border width of the game

Open UTengine opened this issue 1 year ago • 1 comments

Fixes the border width of the game

Your checklist for this pull request

🚨Please review the guidelines for contributing to this repository.

  • [ ] Make sure you are requesting to pull a topic/feature/bugfix branch (right side). Don't request your master!
  • [ ] Make sure you are making a pull request against the canary branch (left side). Also you should start your branch off our canary.
  • [ ] Check the commit's or even all commits' message styles matches our requested structure.
  • [ ] Check your code additions will fail neither code linting checks nor unit test.

Description

Fixes the border width of the game where normally turning camera is captured outside of the frame and skill icons are cut off

💔Thank you! image

UTengine avatar Jul 15 '24 15:07 UTengine

Does the GetSystemMetrics scale with dpi? Does it even return the correct sized acquainted for 3d styles like aero and glass themes? iWidth = rect.right + GetSystemMetrics(SM_CXFRAME)*2.f;

UTengine avatar Jul 15 '24 15:07 UTengine