mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Merge branch 'master' of github.com:bkaradzic/bgfx
This commit is contained in:
commit
4d353b8476
1 changed files with 1 additions and 0 deletions
|
@ -368,6 +368,7 @@ namespace entry
|
|||
s_translateKey[VK_OEM_7] = Key::Quote;
|
||||
s_translateKey[VK_OEM_COMMA] = Key::Comma;
|
||||
s_translateKey[VK_OEM_PERIOD] = Key::Period;
|
||||
s_translateKey[VK_DECIMAL] = Key::Period;
|
||||
s_translateKey[VK_OEM_2] = Key::Slash;
|
||||
s_translateKey[VK_OEM_5] = Key::Backslash;
|
||||
s_translateKey[VK_OEM_3] = Key::Tilde;
|
||||
|
|
Loading…
Reference in a new issue