StarGate01 / AmongUs-Mumble

Mumble VoIP Plugin and mod for the popular game "Among Us" to enable Proximity Voice Chat.
GNU General Public License v3.0
108 stars 13 forks source link

GUI Scale #68

Open nisutec opened 3 years ago

nisutec commented 3 years ago

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

StarGate01 commented 3 years ago

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

alisenai commented 3 years ago

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