uidriver/glfw: Update comments

This commit is contained in:
Hajime Hoshi 2020-03-15 15:41:55 +09:00
parent cebc203e6f
commit 6bc62b8f17

View File

@ -46,7 +46,7 @@ type Input struct {
cursorX int
cursorY int
gamepads [16]gamePad
touches map[int]pos // This is not updated until GLFW 3.3 is available (#417)
touches map[int]pos // TODO: Implement this (#417)
runeBuffer []rune
ui *UserInterface
}