Searched refs:cursorListHead (Results 1 – 3 of 3) sorted by relevance
156 while (_glfw.cursorListHead) in glfwTerminate()157 glfwDestroyCursor((GLFWcursor*) _glfw.cursorListHead); in glfwTerminate()
369 cursor->next = _glfw.cursorListHead; in glfwCreateCursor()370 _glfw.cursorListHead = cursor; in glfwCreateCursor()399 cursor->next = _glfw.cursorListHead; in glfwCreateStandardCursor()400 _glfw.cursorListHead = cursor; in glfwCreateStandardCursor()435 _GLFWcursor** prev = &_glfw.cursorListHead; in glfwDestroyCursor()
440 _GLFWcursor* cursorListHead; member