mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-26 20:28:49 -05:00
Remove redundant redundancy
This commit is contained in:
parent
018ab7229b
commit
8d3595fb4d
|
@ -366,8 +366,7 @@ glfwDestroyCursor(cursor);
|
||||||
|
|
||||||
Cursor destruction always succeeds. If the cursor is current for any window,
|
Cursor destruction always succeeds. If the cursor is current for any window,
|
||||||
that window will revert to the default cursor. This does not affect the cursor
|
that window will revert to the default cursor. This does not affect the cursor
|
||||||
mode. All remaining cursors remaining are destroyed when @ref glfwTerminate is
|
mode. All remaining cursors are destroyed when @ref glfwTerminate is called.
|
||||||
called.
|
|
||||||
|
|
||||||
|
|
||||||
@subsubsection cursor_set Cursor setting
|
@subsubsection cursor_set Cursor setting
|
||||||
|
|
Loading…
Reference in New Issue
Block a user