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
@@ -16,7 +16,7 @@ PaintToolWindow::PaintToolWindow(EditorComponent* editor) : editor(editor)
editor->GetGUI().AddWidget(window);
float x = 100;
float y = 10;
float y = 5;
float step = 30;
modeComboBox = new wiComboBox("Mode: ");