From 7728a6a3aa85b7cbb776c3fe2e2058667d074540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Fri, 28 Aug 2020 15:25:08 +0200 Subject: [PATCH] Fix formatting in transition guide (cherry picked from commit b9dfce0070b4d70b857b87d5fda02ee82eb3d6a8) --- docs/moving.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/moving.dox b/docs/moving.dox index 85ba0a70..b80d84a2 100644 --- a/docs/moving.dox +++ b/docs/moving.dox @@ -362,8 +362,8 @@ should be using the character callback instead, on both GLFW 2 and 3. This will give you the characters being input, as opposed to the keys being pressed. GLFW 3 has key tokens for all keys on a standard 105 key keyboard, so instead of -having to remember whether to check for `'a'` or `'A'`, you now check for -`GLFW_KEY_A`. +having to remember whether to check for `a` or `A`, you now check for +@ref GLFW_KEY_A. @subsection moving_joystick Joystick function changes