replace glfwWaitEvents with glfwWaitEventsTimeout
This commit is contained in:
parent
fc68d6ceca
commit
fb78e9f694
@ -188,7 +188,7 @@ public:
|
|||||||
codepoints.clear();
|
codepoints.clear();
|
||||||
pressedKeys.clear();
|
pressedKeys.clear();
|
||||||
if (waitForRefresh) {
|
if (waitForRefresh) {
|
||||||
glfwWaitEvents();
|
glfwWaitEventsTimeout(0.5);
|
||||||
} else {
|
} else {
|
||||||
glfwPollEvents();
|
glfwPollEvents();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user