glfwPostEmptyEvent added in GLFW 3.1 would be really handy
Closed this issue · 2 comments
evanrinehart commented
Shouldn't be hard to add to the bindings. This command would be useful to let a thread wake up the main thread which is blocked indefinitely waiting for events. Polling reduces responsiveness and wastes CPU.
evanrinehart commented
I see that 3.1 support is currently in the works.
schell commented
Yes :) I'll close this as it's a duplicate of bsl/bindings-GLFW#18.