Dpi awareness (#109)

* dpi awareness test

* dpi scaling updates

* dpi scaling updates

* missing mouse inputs fix (I hope finally)

* finishing up the dpi branch...
This commit is contained in:
Turánszki János
2020-05-05 00:04:38 +01:00
committed by GitHub
parent b46fecbff2
commit 4a11d6a202
77 changed files with 582 additions and 596 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ AnimationWindow::AnimationWindow(EditorComponent* editor) : GUI(&editor->GetGUI(
assert(GUI && "Invalid GUI!");
animWindow = new wiWindow(GUI, "Animation Window");
animWindow->SetSize(XMFLOAT2(600, 450));
animWindow->SetSize(XMFLOAT2(600, 300));
GUI->AddWidget(animWindow);
float x = 200;