From b51f5df076fe0dc00c2b1b7e9954521c21c3fa01 Mon Sep 17 00:00:00 2001 From: Nathan Poirier Date: Fri, 14 Dec 2018 05:22:33 +0100 Subject: [PATCH] Add prototypes to glfw3.h --- include/GLFW/glfw3.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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