HomeSort by relevance Sort by last modified time
    Searched refs:VK_K (Results 1 - 11 of 11) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_vkeys.h 44 #define VK_K 'K'
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_vkeys.h 44 #define VK_K 'K'
SDL_dibevents.c 453 VK_keymap[VK_K] = SDLK_k;
  /external/webkit/Source/WebCore/platform/haiku/
PlatformKeyboardEventHaiku.cpp 244 return VK_K;
  /external/webkit/Source/WebCore/platform/cocoa/
KeyEventCocoa.mm 375 /* 0x28 */ VK_K,
511 case 'k': case 'K': return VK_K;
  /external/webkit/Source/WebCore/platform/android/
KeyEventAndroid.cpp 113 return VK_K;
  /external/webkit/Source/WebCore/platform/wx/
KeyboardEventWx.cpp 292 return VK_K; // (4B) K key case 'k': case 'K': return 0x4B;
  /external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
AwtKeyInput.java 214 return KeyEvent.VK_K;
452 case KeyEvent.VK_K:
  /external/webkit/Source/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp 373 return VK_K; // (4B) K key case 'k': case 'K': return 0x4B;
532 case VK_K:
  /external/webkit/Source/WebCore/platform/
WindowsKeyboardCodes.h 124 #define VK_K 0x4B
  /external/webkit/Source/WebCore/platform/gtk/
PlatformKeyboardEventGtk.cpp 342 return VK_K; // (4B) K key case 'k': case 'K': return 0x4B;

Completed in 69 milliseconds