improve doc
This commit is contained in:
parent
2fa073ce90
commit
29d5bc7c92
|
@ -14,7 +14,7 @@ func PrimaryMonitor() *Monitor {
|
|||
}
|
||||
}
|
||||
|
||||
// Monitors returns a slice of all currently attached monitors.
|
||||
// Monitors returns a slice of all currently available monitors.
|
||||
func Monitors() []*Monitor {
|
||||
var monitors []*Monitor
|
||||
for _, monitor := range glfw.GetMonitors() {
|
||||
|
|
Loading…
Reference in New Issue