1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00
Files
godot/doc/classes
Riteo 1bb8199342 Wayland: Workaround API limitation in screen/UI scale logic
Mainly, this fixes auto UI scaling with _single-monitor_ fractional
setups (see the comment in `display_server_wayland.cpp` for more info).

This is the result of a bunch of current limitations, mainly the fact
that the UI scale is static (it's probed at startup) and the fact that
Wayland exposes fractional scales only at the window-level, by design.

The `screen_get_scale` special case should help in 99% of cases, while
the auto UI scale part will unfortunately only help with single-screen
situations, as multi-screen fractional scaling requires dynamic UI
scale changing.
2024-05-07 19:50:48 +02:00
..
2024-01-16 19:20:17 +01:00
2024-05-03 00:58:27 +02:00
2024-04-26 11:49:38 +02:00
2024-04-18 19:37:05 +03:00
2024-04-22 19:16:31 +02:00
2024-04-13 15:18:12 -03:00
2024-02-18 21:54:21 +11:00
2024-02-18 21:54:21 +11:00
2023-12-18 15:13:09 +01:00
2024-04-23 08:28:48 +04:00
2024-02-19 16:43:42 +00:00
2024-04-25 16:00:45 +08:00
2024-01-24 16:53:09 +01:00