parent
ff3cebfffd
commit
6ac4529f3b
4 changed files with 9 additions and 16 deletions
|
|
@ -3628,6 +3628,8 @@ bool FurnaceGUI::loop() {
|
|||
if (prevScrW!=scrW || prevScrH!=scrH) {
|
||||
logV("size change 2: %dx%d (from %dx%d)",scrW,scrH,prevScrW,prevScrH);
|
||||
}
|
||||
|
||||
ImGui::GetIO().InputScale=(float)canvasW/(float)scrW;
|
||||
}
|
||||
|
||||
wantCaptureKeyboard=ImGui::GetIO().WantTextInput;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue