Home
last modified time | relevance | path

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

/third_party/flutter/glfw/src/
Dwl_init.c54 _glfw.wl.pointerFocus = window; in pointerHandleEnter()
65 _GLFWwindow* window = _glfw.wl.pointerFocus; in pointerHandleLeave()
71 _glfw.wl.pointerFocus = NULL; in pointerHandleLeave()
81 _GLFWwindow* window = _glfw.wl.pointerFocus; in pointerHandleMotion()
106 _GLFWwindow* window = _glfw.wl.pointerFocus; in pointerHandleButton()
130 _GLFWwindow* window = _glfw.wl.pointerFocus; in pointerHandleAxis()
Dwl_platform.h145 _GLFWwindow* pointerFocus; member
Dwl_window.c429 if (window == _glfw.wl.pointerFocus) in _glfwPlatformDestroyWindow()
431 _glfw.wl.pointerFocus = NULL; in _glfwPlatformDestroyWindow()
886 if (window != _glfw.wl.pointerFocus) in _glfwPlatformSetCursor()