Home
last modified time | relevance | path

Searched refs:cursorListHead (Results 1 – 3 of 3) sorted by relevance

/third_party/glfw/src/
Dinit.c156 while (_glfw.cursorListHead) in glfwTerminate()
157 glfwDestroyCursor((GLFWcursor*) _glfw.cursorListHead); in glfwTerminate()
Dinput.c369 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()
Dinternal.h440 _GLFWcursor* cursorListHead; member