ebiten/internal/glfw
Ketchetwahmeegwun T. Southall 60b7de6a3c
ebiten: add APIs to treat monitors (#2597)
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 #1835
2023-08-30 21:02:04 +09:00
..
callback_cglfw.go internal/glfw: rename files 2023-07-22 18:15:46 +09:00
callback_goglfw.go internal/glfw: rename files 2023-07-22 18:15:46 +09:00
const.go ebiten: add more cursor shapes 2023-07-23 00:49:45 +09:00
glfw_cglfw.go ebiten: add APIs to treat monitors (#2597) 2023-08-30 21:02:04 +09:00
glfw_goglfw.go ebiten: add APIs to treat monitors (#2597) 2023-08-30 21:02:04 +09:00
keys.go all: remove old // +build comments (#2431) 2022-11-03 12:55:14 +09:00
native_darwin.go internal/ui: remove Cgo on darwin in ui_glfw_darwin.go (#2329) 2022-09-16 11:53:46 +09:00
native_windows.go rename internal/glfwwin -> internal/goglfw 2023-01-21 22:09:21 +09:00
type_cglfw.go internal/glfw: rename files 2023-07-22 18:15:46 +09:00
type_goglfw.go internal/glfw: rename files 2023-07-22 18:15:46 +09:00