diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 2c0a3c272..f90e4d40b 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -3415,6 +3415,21 @@ GLFWAPI void glfwSetWindowUserPointer(GLFWwindow* window, void* pointer); */ GLFWAPI void* glfwGetWindowUserPointer(GLFWwindow* window); +/*! + * TODO + */ +GLFWAPI int glfwGetWindowUseRawInput(GLFWwindow* handle); + +/*! + * TODO + */ +GLFWAPI void glfwSetWindowUseRawInput(GLFWwindow* handle, int value); + +/*! + * TODO + */ +GLFWAPI int glfwRawInputSupported(void); + /*! @brief Sets the position callback for the specified window. * * This function sets the position callback of the specified window, which is