Add Unix full screen key chord for no reason

This commit is contained in:
Camilla Berglund
2016-03-29 13:05:30 +02:00
parent 608a33f72b
commit 9f1474c1d0
2 changed files with 7 additions and 2 deletions
+1
View File
@@ -76,6 +76,7 @@ static void key_callback(GLFWwindow* window, int key, int scancode, int action,
case GLFW_KEY_ESCAPE:
glfwSetWindowShouldClose(window, GLFW_TRUE);
break;
case GLFW_KEY_F11:
case GLFW_KEY_ENTER:
{
if (mods != GLFW_MOD_ALT)