Added stringifying escape & F keys; add sound, sys FFI; unconflict time.h and timer.h

This commit is contained in:
John Alanbrook 2022-12-16 19:37:40 +00:00
parent 44d503ae22
commit 3010ce17e5

View file

@ -104,11 +104,6 @@ void win_key_callback(GLFWwindow *w, int key, int scancode, int action, int mods
case GLFW_KEY_DOWN: case GLFW_KEY_DOWN:
kkey = "down"; kkey = "down";
break; break;
<<<<<<< HEAD
}
strcat(keystr, kkey);
=======
case GLFW_KEY_LEFT_SHIFT: case GLFW_KEY_LEFT_SHIFT:
kkey = "lshift"; kkey = "lshift";