AmongUs-Mumble icon indicating copy to clipboard operation
AmongUs-Mumble copied to clipboard

GUI Scale

Open nisutec opened this issue 4 years ago • 2 comments

Description At the moment the GUI from this addon don’t scale with the game. When you play the game on a 4k screen you have the problem that the GUI is not good usable.

Steps To Reproduce Steps to reproduce the behavior:

  1. Install the addon
  2. Start the game on a 4k screen.
  3. See problem

Expected behavior Please add a possibility to scale the GUI or add the possibility that the GUI automatically scales to the right size.

Game version DLL: 1.0.0.13 Game: v2020.12.9s

Additional context the problem

nisutec avatar Dec 22 '20 23:12 nisutec

Thank you for your report. We will look into how we can handle ImGUI on high-DPI modes.

StarGate01 avatar Dec 23 '20 00:12 StarGate01

Will consider using ImGui::GetDpiScale() and ImGuiStyle::ScaleAllSizes() to scale the GUI according to user DPI. Thanks for the report.

alisenai avatar Dec 29 '20 02:12 alisenai