commit | e3cb563a28a875efc28fd8b25012c56079affb51 | [log] [tgz] |
---|---|---|
author | Marcus <marcus@geelnards-pc.(none)> | Mon Jan 03 22:22:14 2011 +0100 |
committer | Marcus <marcus@geelnards-pc.(none)> | Mon Jan 03 22:22:14 2011 +0100 |
tree | 68c3681dd1454b17a3475bd3e7307bad604653d1 | |
parent | 3b0084799cdc32c7ec98bfead3719f778de6fea1 [diff] [blame] |
Fixed key names in the example and test programs.
diff --git a/tests/fsfocus.c b/tests/fsfocus.c index 21631f2..2cce078 100644 --- a/tests/fsfocus.c +++ b/tests/fsfocus.c
@@ -49,7 +49,7 @@ switch (key) { - case GLFW_KEY_ESC: + case GLFW_KEY_ESCAPE: { printf("%0.3f: User pressed Escape\n", glfwGetTime()); running = GL_FALSE;