glfwGetPenPresure returns double

This commit is contained in:
Raja 2017-11-19 22:41:54 -05:00
parent 97ed1f6d6d
commit a074440140

View File

@ -3926,7 +3926,7 @@ GLFWAPI int glfwGetMouseButton(GLFWwindow* handle, int button);
* *
* @ingroup input * @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 /*! @brief Retrieves the position of the cursor relative to the client area of
* the window. * the window.