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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user