From c33508ef0accb097d95d773ca27bc4f75df2edf7 Mon Sep 17 00:00:00 2001 From: TheChocolateOre <50585073+TheChocolateOre@users.noreply.github.com> Date: Fri, 15 Jul 2022 04:50:16 +0300 Subject: [PATCH] Removed redundant words in moving.dox --- docs/moving.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/moving.dox b/docs/moving.dox index 45989486..7bd47287 100644 --- a/docs/moving.dox +++ b/docs/moving.dox @@ -350,7 +350,7 @@ from a repeat. Note that @ref glfwGetKey still returns only `GLFW_PRESS` or GLFW 3 key tokens map to physical keys, unlike in GLFW 2 where they mapped to the values generated by the current keyboard layout. The tokens are named -according to the values they would have been using in the standard US layout, but this +according to the values they would have in the standard US layout, but this is only a convenience, as most programmers are assumed to know that layout. This means that (for example) `GLFW_KEY_LEFT_BRACKET` is always a single key and is the same key in the same place regardless of what keyboard layouts the users