From 245461eb86541be33494fd81befee4553b2f12e9 Mon Sep 17 00:00:00 2001 From: tnixeu <4436784+tnixeu@users.noreply.github.com> Date: Mon, 22 Oct 2018 20:46:40 +0200 Subject: [PATCH] Fix guide example callback name mismatch The cursor position callback is named differently in example usage and example declaration. Closes #1364. --- docs/input.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/input.dox b/docs/input.dox index 169d8d13..8cd37917 100644 --- a/docs/input.dox +++ b/docs/input.dox @@ -245,7 +245,7 @@ If you wish to be notified when the cursor moves over the window, set a cursor position callback. @code -glfwSetCursorPosCallback(window, cursor_pos_callback); +glfwSetCursorPosCallback(window, cursor_position_callback); @endcode The callback functions receives the cursor position, measured in screen