Lines Matching defs:xpos
1441 const double xpos = wl_fixed_to_double(sx);
1443 window->wl.cursorPosX = xpos;
1449 _glfwInputCursorPos(window, xpos, ypos);
1480 if (xpos < GLFW_BORDER_SIZE)
1482 else if (xpos > window->wl.width + 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)
2670 if (xpos)
2671 *xpos = window->wl.cursorPosX;
2885 double xpos = window->virtualCursorPosX;
2893 xpos += wl_fixed_to_double(dxUnaccel);
2898 xpos += wl_fixed_to_double(dx);
2902 _glfwInputCursorPos(window, xpos, ypos);