See if the events queue is empty with GLFW3

231 views Asked by At

I want to see if the event queue is empty with GLFW3. Before, I used SDL2 and SDL_PollEvent return a value to show it but glfwPollEvent ( it equivalent ) doesn't return any value and I didn't find any functions that can show me this.

0

There are 0 answers