Add GLFW_KEY_LAST_PRINTABLE as a GLFW constant

This commit is contained in:
Luflosi 2019-09-02 21:16:02 +02:00
parent 7c52dd2bd8
commit 87059a2004
No known key found for this signature in database
GPG Key ID: 14140F703B7D8362

View File

@ -1285,6 +1285,7 @@ init_glfw(PyObject *m) {
ADDC(GLFW_KEY_WORLD_2);
ADDC(GLFW_KEY_PLUS);
ADDC(GLFW_KEY_UNDERSCORE);
ADDC(GLFW_KEY_LAST_PRINTABLE);
// --- Function keys -----------------------------------------------------------
ADDC(GLFW_KEY_ESCAPE);