Formatting.

master
Camilla Berglund ago%!(EXTRA string=14 years)
parent 230bd371f8
commit f02dbd30be
  1. 3
      src/window.c

@ -157,8 +157,7 @@ void _glfwInputKey(_GLFWwindow* window, int key, int action)
window->key[key] = GLFW_STICK;
else
{
keyrepeat = (window->key[key] == GLFW_PRESS) &&
(action == GLFW_PRESS);
keyrepeat = (window->key[key] == GLFW_PRESS) && (action == GLFW_PRESS);
window->key[key] = (char) action;
}

Loading…
Cancel
Save