ebiten/internal/devicescale
Hajime Hoshi 506a1de259 internal/ui: refactoring: move device-scale implementation to internal/ui for browsers
The returned value from internal/devicescale.At never changes for
browsers, so the detection of devicePixelRatio updates didn't work
in the first place. Also, there is not a good way to detect the
change [1].

This change moves the logic from internal/devicescale to internal/ui.
We aim to merge these packages as a device scale factor belongs to
a monitor and internal/ui manages monitors.

[1] https://crbug.com/123694
2023-09-24 03:19:31 +09:00
..
devicescale.go internal/devicescale: use a slice instead of a map 2023-08-20 05:00:46 +09:00
impl_android.go Move VideoModeScaleAt into internal/uidriver/glfw. (#1812) 2021-09-15 12:47:04 +09:00
impl_desktop.go all: fix typos (#2558) 2023-01-28 19:06:38 +09:00
impl_ios.go all: remove the build tag 2022-09-15 00:23:40 +09:00