AmongUs-Mumble
AmongUs-Mumble copied to clipboard
GUI Scale
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:
- Install the addon
- Start the game on a 4k screen.
- 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
Thank you for your report. We will look into how we can handle ImGUI on high-DPI modes.
Will consider using ImGui::GetDpiScale()
and ImGuiStyle::ScaleAllSizes()
to scale the GUI according to user DPI. Thanks for the report.