mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 02:38:52 -05: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