1
0
mirror of https://github.com/hajimehoshi/ebiten.git synced 2025-01-14 21:12:03 +01:00
Commit Graph

2 Commits

Author SHA1 Message Date
Ketchetwahmeegwun T. Southall
60b7de6a3c
ebiten: add APIs to treat monitors ()
This change adds these APIs:

* `type MonitorType`
* `func (*MonitorType) Bounds() image.Rectangle`
* `func (*MonitorType) Name() string`
* `func Monitor() *MonitorType`
* `func SetMonitor(*MonitorType)`
* `func AppendMonitors([]*MonitorType) []*MonitorType`

Closes 
2023-08-30 21:02:04 +09:00
Hajime Hoshi
269b557e38 internal/glfw: rename files
Updates 
2023-07-22 18:15:46 +09:00