Searched refs:VK_K (Results 1 – 11 of 11) sorted by relevance
44 #define VK_K 'K' macro
354 VK_keymap[VK_K] = SDLK_k; in DIB_InitOSKeymap()
124 #define VK_K 0x4B macro
373 return VK_K; // (4B) K key case 'k': case 'K': return 0x4B; in windowsKeyCodeForKeyEvent()532 case VK_K: in isVirtualKeyCodeRepresentingCharacter()
113 return VK_K; in windowsKeyCodeForKeyEvent()
244 return VK_K; in windowsKeyCodeForKeyEvent()
292 return VK_K; // (4B) K key case 'k': case 'K': return 0x4B; in windowsKeyCodeForKeyEvent()
214 return KeyEvent.VK_K; in convertJmeCode()452 case KeyEvent.VK_K: in convertAwtKey()
342 return VK_K; // (4B) K key case 'k': case 'K': return 0x4B; in windowsKeyCodeForGdkKeyCode()
375 /* 0x28 */ VK_K,511 case 'k': case 'K': return VK_K;