mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 08:50:15 +00:00
Changed all key translation to arrays.
This commit is contained in:
@@ -172,6 +172,7 @@ typedef struct _GLFWlibraryWin32
|
||||
{
|
||||
DWORD foregroundLockTimeout;
|
||||
char* clipboardString;
|
||||
short int publicKeys[512];
|
||||
|
||||
// winmm.dll
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user