Added VK_DECIMAL to keyboard code translation

This commit is contained in:
zelimdamian 2015-12-16 18:36:08 +00:00
parent 61b78529af
commit 759240d6c8

View file

@ -368,6 +368,7 @@ namespace entry
s_translateKey[VK_OEM_7] = Key::Quote; s_translateKey[VK_OEM_7] = Key::Quote;
s_translateKey[VK_OEM_COMMA] = Key::Comma; s_translateKey[VK_OEM_COMMA] = Key::Comma;
s_translateKey[VK_OEM_PERIOD] = Key::Period; s_translateKey[VK_OEM_PERIOD] = Key::Period;
s_translateKey[VK_DECIMAL] = Key::Period;
s_translateKey[VK_OEM_2] = Key::Slash; s_translateKey[VK_OEM_2] = Key::Slash;
s_translateKey[VK_OEM_5] = Key::Backslash; s_translateKey[VK_OEM_5] = Key::Backslash;
s_translateKey[VK_OEM_3] = Key::Tilde; s_translateKey[VK_OEM_3] = Key::Tilde;