mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 21:56:36 +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);
|
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.
|
/*! @brief Sets the position callback for the specified window.
|
||||||
*
|
*
|
||||||
* This function sets the position callback of the specified window, which is
|
* This function sets the position callback of the specified window, which is
|
||||||
|
Loading…
Reference in New Issue
Block a user