mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 05:36:35 +00:00
Add prototypes to glfw3.h
This commit is contained in:
parent
b252eab235
commit
b51f5df076
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user