Home
last modified time | relevance | path

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

/third_party/glfw/src/
Dwl_platform.h125 struct wl_surface* cursorSurface; member
Dwl_init.c617 _glfw.wl.cursorSurface = in _glfwPlatformInit()
632 if (_glfw.wl.cursorSurface) in _glfwPlatformTerminate()
633 wl_surface_destroy(_glfw.wl.cursorSurface); in _glfwPlatformTerminate()
Dwl_window.c877 struct wl_surface* surface = _glfw.wl.cursorSurface; in _glfwPlatformSetCursor()