mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
uidriver/glfw: Update comments
This commit is contained in:
parent
cebc203e6f
commit
6bc62b8f17
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user