diff --git a/src/input.c b/src/input.c index bb188648..614c6ef3 100644 --- a/src/input.c +++ b/src/input.c @@ -336,7 +336,7 @@ GLFWAPI void glfwSetCursorPos(GLFWwindow* handle, double xpos, double ypos) ypos != ypos || ypos < -DBL_MAX || ypos > DBL_MAX) { _glfwInputError(GLFW_INVALID_VALUE, - "Invalid cursor position %fx%f", + "Invalid cursor position %f %f", xpos, ypos); return; }