Lines Matching defs:ypos
1442 const double ypos = wl_fixed_to_double(sy);
1444 window->wl.cursorPosY = ypos;
1449 _glfwInputCursorPos(window, xpos, ypos);
1461 if (ypos < GLFW_BORDER_SIZE)
1466 if (ypos < GLFW_BORDER_SIZE)
1473 if (ypos < GLFW_BORDER_SIZE)
2242 void _glfwGetWindowPosWayland(_GLFWwindow* window, int* xpos, int* ypos)
2251 void _glfwSetWindowPosWayland(_GLFWwindow* window, int xpos, int ypos)
2507 int xpos, int ypos,
2668 void _glfwGetCursorPosWayland(_GLFWwindow* window, double* xpos, double* ypos)
2672 if (ypos)
2673 *ypos = window->wl.cursorPosY;
2886 double ypos = window->virtualCursorPosY;
2894 ypos += wl_fixed_to_double(dyUnaccel);
2899 ypos += wl_fixed_to_double(dy);
2902 _glfwInputCursorPos(window, xpos, ypos);