Desktop: Add support for UI scaling#3310
Conversation
|
Extracting the viewport into its own handler will be separate pr (this pr will depend on that) |
Performance Benchmark Results
|
Performance Benchmark Results
|
95e2dca to
2896d17
Compare
Performance Benchmark Results
|
Performance Benchmark Results
|
316c319 to
a4200c9
Compare
Performance Benchmark Results
|
Performance Benchmark Results
|
a4200c9 to
0946210
Compare
Depends on #3331
Closes #3055, closes #3192
Implements scaling.
Fronted still reports the wrong viewport bounds like before #3305 fixes part of that, the viewport size reporting, but the overlays are scaled incorrectly (offset or not scaled).Branchdesktop-scaling-demoincludes cleaned changes from #3305 and a workaround for overlays (position is correct but to small on scale > 1 devices). Testing that branch would be useful, still work in progress. May be useful to merge the result of that before this PR.