You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a test machine, in fullscreen mode, the created window was bigger than the screen. Turned out that DPI was set to 125%, this caused the issue. Changing it back to 100% was a good workaround, however for people using any value other than 100%, this problem should be solved. This need to be studied, I dont know how this should work.
The text was updated successfully, but these errors were encountered:
First I will add GUI with Dear ImGui to the game.
And than later I will later deal with the DPI issue.
Dear ImGui also handles it nowadays, this is an older thread: ocornut/imgui#1676
Dear ImGui has been added to PURE and to the game in some recent version.
Note that during my research of changing font size (which at the moment is not supported, different size font needs to be built separately), I also found DPI mentioned in the following tickets, so these are additional read materials to the previous comment:
On a test machine, in fullscreen mode, the created window was bigger than the screen. Turned out that DPI was set to 125%, this caused the issue. Changing it back to 100% was a good workaround, however for people using any value other than 100%, this problem should be solved. This need to be studied, I dont know how this should work.
The text was updated successfully, but these errors were encountered: