Skip to content

Commit

Permalink
Fix formatting in transition guide
Browse files Browse the repository at this point in the history
(cherry picked from commit b9dfce0)
  • Loading branch information
elmindreda committed Sep 2, 2020
1 parent 0ab31db commit 7728a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/moving.dox
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7728a6a

Please sign in to comment.