|
|
@ -344,6 +344,7 @@ void _glfwInputWindowFocus(_GLFWwindow* window, GLboolean activated); |
|
|
|
void _glfwInputWindowPos(_GLFWwindow* window, int x, int y); |
|
|
|
void _glfwInputWindowPos(_GLFWwindow* window, int x, int y); |
|
|
|
void _glfwInputWindowSize(_GLFWwindow* window, int width, int height); |
|
|
|
void _glfwInputWindowSize(_GLFWwindow* window, int width, int height); |
|
|
|
void _glfwInputWindowIconify(_GLFWwindow* window, int iconified); |
|
|
|
void _glfwInputWindowIconify(_GLFWwindow* window, int iconified); |
|
|
|
|
|
|
|
void _glfwInputWindowDamage(_GLFWwindow* window); |
|
|
|
|
|
|
|
|
|
|
|
// Input event notification
|
|
|
|
// Input event notification
|
|
|
|
void _glfwInputKey(_GLFWwindow* window, int key, int action); |
|
|
|
void _glfwInputKey(_GLFWwindow* window, int key, int action); |
|
|
|