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

  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_vkeys.h 44 #define VK_K 'K'
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_vkeys.h 44 #define VK_K 'K'
SDL_dibevents.c 354 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/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 28 milliseconds