mirror of
https://github.com/glfw/glfw.git
synced 2025-10-05 06:06:36 +00:00
Fix glfwGetPenPressure in input.c
This commit is contained in:
parent
a074440140
commit
553e326d64
@ -525,7 +525,7 @@ GLFWAPI int glfwGetMouseButton(GLFWwindow* handle, int button)
|
|||||||
|
|
||||||
|
|
||||||
/***************************PEN**************************************************/
|
/***************************PEN**************************************************/
|
||||||
GLFWAPI int glfwGetPenPressure(GLFWwindow* handle)
|
GLFWAPI double glfwGetPenPressure(GLFWwindow* handle)
|
||||||
{
|
{
|
||||||
_GLFWwindow* window = (_GLFWwindow*)handle;
|
_GLFWwindow* window = (_GLFWwindow*)handle;
|
||||||
assert(window != NULL);
|
assert(window != NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user