poll events before rendering
This commit is contained in:
@@ -14,7 +14,9 @@ namespace Archimedes {
|
||||
|
||||
bool shouldClose();
|
||||
|
||||
void doFrame();
|
||||
void doFrame() { glfwSwapBuffers(w); }
|
||||
|
||||
void pollEvents() { glfwPollEvents(); }
|
||||
|
||||
void getSize(int&, int&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user