mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 21:56:36 +00:00
glfwGetPenPresure returns double
This commit is contained in:
parent
97ed1f6d6d
commit
a074440140
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user