Key translation tables are now in _glfw.

This commit is contained in:
Camilla Berglund 2015-06-16 22:26:30 +02:00
parent 2aa8e17c88
commit 226f85efcb

View File

@ -33,8 +33,8 @@
#include <stdarg.h>
// The three global variables below comprise all global data in GLFW, except for
// various static const translation tables. Any other global variable is a bug.
// The three global variables below comprise all global data in GLFW.
// Any other global variable is a bug.
// Global state shared between compilation units of GLFW
// These are documented in internal.h