ebiten/examples/monitor
Hajime Hoshi 0170598a82 ebiten: remove (*Monitor).Bounds()
Now the unit of Bounds is device-dependent pixels, and this is useless
and Ebitengine API always treat device-independent pixels. Rather,
this might confuse users.

Until we find a good solution, let's remove Bounds() for v2.6.
MonitorType itself is still useful to specify a monitor to show a
window.

Closes #2780
2023-09-23 18:25:47 +09:00
..
main.go ebiten: remove (*Monitor).Bounds() 2023-09-23 18:25:47 +09:00