From a0744401400bbf71ca078b0faff2e7fc14fc63a1 Mon Sep 17 00:00:00 2001 From: Raja Date: Sun, 19 Nov 2017 22:41:54 -0500 Subject: [PATCH] glfwGetPenPresure returns double --- include/GLFW/glfw3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 7d1787dd8..021eeb5ea 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -3926,7 +3926,7 @@ GLFWAPI int glfwGetMouseButton(GLFWwindow* handle, int button); * * @ingroup input */ -GLFWAPI int glfwGetPenPressure(GLFWwindow* handle); +GLFWAPI double glfwGetPenPressure(GLFWwindow* handle); /*! @brief Retrieves the position of the cursor relative to the client area of * the window.