mirror of
https://github.com/glfw/glfw.git
synced 2025-04-06 14:05:07 +00:00
Key translation tables are now in _glfw.
This commit is contained in:
parent
2aa8e17c88
commit
226f85efcb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue