ebiten/internal/devicescale
Hajime Hoshi d165673789 devicescale: Bug fix: Crash on Wine
GetWindowDC(0) doesn't work on Wine. Let that return an arbitrary
scale 1 in this case.

Fixes #738
2018-11-24 16:37:30 +09:00
..
devicescale.go ui: Bug fix: DeviceScaleFactor should return the current monitor's scale 2018-10-08 01:11:13 +09:00
impl_android.go devicescale: Specify the monitor to get the scale 2018-10-06 19:43:23 +09:00
impl_ios.go devicescale: Specify the monitor to get the scale 2018-10-06 19:43:23 +09:00
impl_js.go devicescale: Specify the monitor to get the scale 2018-10-06 19:43:23 +09:00
impl_mac.go devicescale: Specify the monitor to get the scale 2018-10-06 19:43:23 +09:00
impl_plan9.go devicescale: Plan 9 support 2018-10-13 04:08:40 +09:00
impl_unix.go Added monitor cache and scale cache (#731) 2018-11-07 20:54:37 +09:00
impl_windows.go devicescale: Bug fix: Crash on Wine 2018-11-24 16:37:30 +09:00