MCPcopy
hub / github.com/g3n/engine / PollEvents

Method PollEvents

window/glfw.go:431–434  ·  view source on GitHub ↗

PollEvents process events in the event queue

()

Source from the content-addressed store, hash-verified

429
430// PollEvents process events in the event queue
431func (w *GlfwWindow) PollEvents() {
432
433 glfw.PollEvents()
434}
435
436// SetSwapInterval sets the number of screen updates to wait from the time SwapBuffer()
437// is called before swapping the buffers and returning.

Callers 1

RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected