mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Formatting.
This commit is contained in:
parent
bc7a8d48da
commit
bdc5a44008
2
src/window.c
Normal file → Executable file
2
src/window.c
Normal file → Executable file
@ -143,7 +143,7 @@ void _glfwInputKey(_GLFWwindow* window, int key, int action)
|
||||
}
|
||||
|
||||
// Call user callback function
|
||||
if (window->keyCallback && (window->keyRepeat || !keyrepeat) )
|
||||
if (window->keyCallback && (window->keyRepeat || !keyrepeat))
|
||||
window->keyCallback(window, key, action);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user