Home
last modified time | relevance | path

Searched refs:currentCursor (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/glfw/src/
Dwl_platform.h89 _GLFWcursor* currentCursor; member
Dwl_window.c418 window->wl.currentCursor = NULL; in _glfwPlatformCreateWindow()
680 _glfwPlatformSetCursor(window, window->wl.currentCursor); in _glfwPlatformSetCursorMode()
882 window->wl.currentCursor = cursor; in _glfwPlatformSetCursor()
Dwl_init.c56 _glfwPlatformSetCursor(window, window->wl.currentCursor); in pointerHandleEnter()
/third_party/node/lib/internal/repl/
Dutils.js483 const currentCursor = repl.cursor;
485 if (currentCursor + dx > repl.line.length &&