Searched refs:cursorSurface (Results 1 – 3 of 3) sorted by relevance
125 struct wl_surface* cursorSurface; member
617 _glfw.wl.cursorSurface = in _glfwPlatformInit()632 if (_glfw.wl.cursorSurface) in _glfwPlatformTerminate()633 wl_surface_destroy(_glfw.wl.cursorSurface); in _glfwPlatformTerminate()
877 struct wl_surface* surface = _glfw.wl.cursorSurface; in _glfwPlatformSetCursor()