pixelgl: clarify UpdateInput docs
This commit is contained in:
parent
6c69d9b06b
commit
98be0b43c8
|
@ -372,7 +372,8 @@ func (w *Window) initInput() {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// UpdateInput polls window events.
|
// UpdateInput polls window events. Call this function to poll window events
|
||||||
|
// without swapping buffers. Note that the Update method invokes UpdateInput.
|
||||||
func (w *Window) UpdateInput() {
|
func (w *Window) UpdateInput() {
|
||||||
mainthread.Call(func() {
|
mainthread.Call(func() {
|
||||||
glfw.PollEvents()
|
glfw.PollEvents()
|
||||||
|
|
Loading…
Reference in New Issue