Prechádzať zdrojové kódy

Merge pull request #604 from ZelimDamian/vk_decimal

Added VK_DECIMAL to keyboard code translation
Branimir Karadžić 10 rokov pred
rodič
commit
d7e9662c56
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      examples/common/entry/entry_windows.cpp

+ 1 - 0
examples/common/entry/entry_windows.cpp

@@ -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;