mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
uidriver/glfw: Update comments
This commit is contained in:
parent
932d599c98
commit
12e5617396
@ -128,7 +128,7 @@ func currentMonitorByOS(_ *glfw.Window) *glfw.Monitor {
|
||||
}
|
||||
|
||||
if w == 0 {
|
||||
// There is no window at launching, but there is a hidden initialized window.
|
||||
// The active window doesn't exist when launching, or the application is runnable on unfocused.
|
||||
// Get the foreground window, that is common among multiple processes.
|
||||
w, err = getForegroundWindow()
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user