ebiten/internal/uidriver/glfw
Hajime Hoshi 3eaa7dd0e1 uidriver/glfw: Set No-API when creating a hidden window first
GLFW tries to create an OpenGL context by default when creating a
window. This is not necessary when OpenGL is not used. This is an
optimization by skipping to create an OpenGL context if possible.
2020-07-05 15:01:06 +09:00
..
graphics_darwin.go
graphics_opengl.go
hideconsole_notwindows.go
hideconsole_windows.go
input.go
keys.go
ui_darwin.go
ui_unix.go
ui_windows.go
ui.go
window.go