Fix guide example callback name mismatch

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

Closes #1364.
This commit is contained in:
tnixeu 2018-10-22 20:46:40 +02:00 коммит произвёл Camilla Löwy
Родитель 031a8f9583
Коммит 245461eb86
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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