mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 05:36:35 +00:00
Tab to spaces
This commit is contained in:
parent
b0eb90593b
commit
99cec59739
@ -222,7 +222,7 @@ static int translateKey(WPARAM wParam, LPARAM lParam)
|
|||||||
{
|
{
|
||||||
// IME notify of filtered keys by setting the virtual key-code to VK_PROCESSKEY
|
// IME notify of filtered keys by setting the virtual key-code to VK_PROCESSKEY
|
||||||
|
|
||||||
return _GLFW_KEY_INVALID;
|
return _GLFW_KEY_INVALID;
|
||||||
}
|
}
|
||||||
|
|
||||||
return _glfw.win32.publicKeys[HIWORD(lParam) & 0x1FF];
|
return _glfw.win32.publicKeys[HIWORD(lParam) & 0x1FF];
|
||||||
|
Loading…
Reference in New Issue
Block a user