mirror of
https://github.com/glfw/glfw.git
synced 2025-10-05 06:06: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
|
* @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.
|
||||||
|
Loading…
Reference in New Issue
Block a user