Searched refs:rootX (Results 1 - 2 of 2) sorted by relevance
/third_party/glfw/src/ |
H A D | x11_window.c | 2587 int rootX, rootY, childX, childY; in _glfwWindowHoveredX11() local 2593 &root, &w, &rootX, &rootY, in _glfwWindowHoveredX11() 2837 int rootX, rootY, childX, childY; in _glfwGetCursorPosX11() local 2842 &rootX, &rootY, &childX, &childY, in _glfwGetCursorPosX11()
|
/third_party/python/Lib/tkinter/ |
H A D | __init__.py | 1124 def winfo_containing(self, rootX, rootY, displayof=0): 1127 + self._displayof(displayof) + (rootX, rootY)
|
Completed in 10 milliseconds