mirror of
https://github.com/glfw/glfw.git
synced 2024-11-13 02:01:49 +00:00
Key translation tables are now in _glfw.
This commit is contained in:
parent
2aa8e17c88
commit
226f85efcb
@ -33,8 +33,8 @@
|
|||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
|
|
||||||
// The three global variables below comprise all global data in GLFW, except for
|
// The three global variables below comprise all global data in GLFW.
|
||||||
// various static const translation tables. Any other global variable is a bug.
|
// Any other global variable is a bug.
|
||||||
|
|
||||||
// Global state shared between compilation units of GLFW
|
// Global state shared between compilation units of GLFW
|
||||||
// These are documented in internal.h
|
// These are documented in internal.h
|
||||||
|
Loading…
Reference in New Issue
Block a user