PollEvents process events in the event queue
()
| 429 | |
| 430 | // PollEvents process events in the event queue |
| 431 | func (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. |