glfwDestroyCursor¶
Destroys a cursor.
This function destroys a cursor previously created with @ref glfwCreateCursor. Any remaining cursors will be destroyed by @ref glfwTerminate.
If the specified cursor is current for any window, that window will be reverted to the default cursor. This does not affect the cursor mode.
- arguments
-
\GLFWcursor
$cursor
The cursor object to destroy.
- returns
-
void