area9innovation/flow9

Support for High DPI screens

Namek opened this issue · 3 comments

Namek commented

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 66d267c
There is small issue left but it's on Qt side https://bugreports.qt.io/browse/QTBUG-75669

Namek commented

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:

image

image

The dragged item does not match the mouse cursor position.