Update GLFW from upstream

Use the new init hint for keyboard debugging
This commit is contained in:
Kovid Goyal
2018-06-22 13:26:41 +05:30
parent 1ce4366972
commit 45b0233f60
10 changed files with 13 additions and 13 deletions

1
glfw/internal.h vendored
View File

@@ -242,6 +242,7 @@ struct _GLFWerror
struct _GLFWinitconfig
{
GLFWbool hatButtons;
GLFWbool debugKeyboard;
struct {
GLFWbool menubar;
GLFWbool chdir;