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

  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_vkeys.h 55 #define VK_V 'V'
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_vkeys.h 55 #define VK_V 'V'
SDL_dibevents.c 464 VK_keymap[VK_V] = SDLK_v;
  /external/webkit/Source/WebCore/platform/haiku/
PlatformKeyboardEventHaiku.cpp 277 return VK_V;
  /external/webkit/Source/WebCore/platform/cocoa/
KeyEventCocoa.mm 344 /* 9 */ VK_V,
522 case 'v': case 'V': return VK_V;
  /external/webkit/Source/WebCore/platform/android/
KeyEventAndroid.cpp 135 return VK_V;
  /external/webkit/Source/WebCore/platform/wx/
KeyboardEventWx.cpp 314 return VK_V; // (56) V key case 'v': case 'V': return 0x56;
  /external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
AwtKeyInput.java 234 return KeyEvent.VK_V;
472 case KeyEvent.VK_V:
  /external/webkit/Source/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp 395 return VK_V; // (56) V key case 'v': case 'V': return 0x56;
543 case VK_V:
  /external/webkit/Source/WebCore/platform/
WindowsKeyboardCodes.h 135 #define VK_V 0x56
  /external/webkit/Source/WebCore/platform/gtk/
PlatformKeyboardEventGtk.cpp 375 return VK_V; // (56) V key case 'v': case 'V': return 0x56;
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 327 case VK_V:

Completed in 656 milliseconds