HomeSort by relevance Sort by last modified time
    Searched refs:VK_K (Results 1 - 12 of 12) 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/WebCore/platform/android/
KeyEventAndroid.cpp 113 return VK_K;
KeyboardCodes.h 212 const int VK_K = 0x4B;
  /external/webkit/WebCore/platform/wx/
KeyboardEventWx.cpp 293 return VK_K; // (4B) K key case 'k': case 'K': return 0x4B;
KeyboardCodes.h 211 const int VK_K = 0x4B;
  /external/webkit/WebCore/platform/
KeyboardCodes.h 227 const int VK_K = 0x4B;
  /external/webkit/WebCore/platform/gtk/
KeyEventGtk.cpp 341 return VK_K; // (4B) K key case 'k': case 'K': return 0x4B;
  /external/webkit/WebCore/platform/haiku/
KeyboardCodes.h 212 const int VK_K = 0x4B;
  /external/webkit/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp 368 return VK_K; // (4B) K key case 'k': case 'K': return 0x4B;
  /frameworks/base/awt/java/awt/event/
KeyEvent.java 142 public static final int VK_K = 75;

Completed in 19 milliseconds