Support for High DPI screens
Does this language have any support for high-DPI screens? I mean proper scaling where things don't get blurry (caused by scaling rendered picture) but just rendered with more pixels.
I've just run flowcpp demos/demos.flow on Windows 10 and it's really hard to read anything in the app on my laptop which is 14-inch screen with resolution 2560x1440 and the scaling set to 200%.
Hi! Provide, please, flowcpp screenshot and if possible with any other app with similar interface to compare scaling.
Done https://github.com/area9innovation/flow9/commit/66d267cc0ed23add602d86d78927f9a38b6dd7e5 There is small issue left but it's on Qt side https://bugreports.qt.io/browse/QTBUG-75669
Hello again. All images are blurry even on the 125% scaling. What's worse, the demos Match 3 app doesn't support mouse position by the logic. Please have a look at the following images:


The dragged item does not match the mouse cursor position.