Function glfwDestroyCursor

  • This function destroys a cursor previously created with glfwCreateCursor. Any remaining cursors will be destroyed by 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.

    Parameters

    • cursor: GLFWcursor

      The cursor object to destroy.

    Returns void

Generated using TypeDoc