mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
parent
9999b65261
commit
e1c65d395c
@ -171,6 +171,7 @@ func initialize() error {
|
||||
glfw.WindowHint(glfw.ClientAPI, glfw.NoAPI)
|
||||
|
||||
// Create a window to set the initial monitor.
|
||||
// TODO: Instead of a dummy window, get a mouse cursor position and get a monitor from it (#1982).
|
||||
w, err := glfw.CreateWindow(16, 16, "", nil, nil)
|
||||
if err != nil {
|
||||
return err
|
||||
|
Loading…
Reference in New Issue
Block a user