Clearing of input state only occurs locally.

This commit is contained in:
Camilla Berglund
2010-09-16 17:45:36 +02:00
parent 8d8eb0c4d5
commit 40193213e5
2 changed files with 33 additions and 35 deletions
-1
View File
@@ -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);