mirror of
https://github.com/glfw/glfw.git
synced 2025-04-05 05:25:07 +00:00
Make Escape exit msaa test
This commit is contained in:
parent
9f60cd18e3
commit
2b6a139526
1 changed files with 3 additions and 0 deletions
|
@ -84,6 +84,9 @@ static void key_callback(GLFWwindow* window, int key, int scancode, int action,
|
|||
case GLFW_KEY_SPACE:
|
||||
glfwSetTime(0.0);
|
||||
break;
|
||||
case GLFW_KEY_ESCAPE:
|
||||
glfwSetWindowShouldClose(window, GLFW_TRUE);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue