Fix glfwGetPenPressure in input.c

This commit is contained in:
Raja 2017-11-19 22:44:00 -05:00
parent a074440140
commit 553e326d64

View File

@ -525,7 +525,7 @@ GLFWAPI int glfwGetMouseButton(GLFWwindow* handle, int button)
/***************************PEN**************************************************/
GLFWAPI int glfwGetPenPressure(GLFWwindow* handle)
GLFWAPI double glfwGetPenPressure(GLFWwindow* handle)
{
_GLFWwindow* window = (_GLFWwindow*)handle;
assert(window != NULL);