mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
uidriver/glfw: Update comments
This commit is contained in:
parent
9d5c35f029
commit
e3def4ae50
@ -33,7 +33,7 @@ func (u *UserInterface) adjustWindowPosition(x, y int) (int, int) {
|
||||
}
|
||||
|
||||
func (u *UserInterface) currentMonitorFromPosition() *glfw.Monitor {
|
||||
// TODO: Return more appropriate display.
|
||||
// TODO: Implement this correctly. (#1119).
|
||||
if cm, ok := getCachedMonitor(u.window.GetPos()); ok {
|
||||
return cm.m
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user