소스 검색

Fix guide example callback name mismatch

The cursor position callback is named differently in example usage and
example declaration.

Closes #1364.
tnixeu 7 년 전
부모
커밋
245461eb86
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/input.dox

+ 1 - 1
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