mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Clearing of input state only occurs locally.
This commit is contained in:
@@ -294,7 +294,6 @@ void _glfwSetError(int error);
|
||||
void _glfwClearWindowHints(void);
|
||||
|
||||
// Input handling (window.c)
|
||||
void _glfwClearInput(_GLFWwindow* window);
|
||||
void _glfwInputDeactivation(_GLFWwindow* window);
|
||||
void _glfwInputKey(_GLFWwindow* window, int key, int action);
|
||||
void _glfwInputChar(_GLFWwindow* window, int character);
|
||||
|
||||
Reference in New Issue
Block a user