mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-10-30 19:26:27 +08:00
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.