Searched refs:VK_V (Results 1 - 12 of 12) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_vkeys.h55 #define VK_V 'V' macro
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_vkeys.h55 #define VK_V 'V' macro
H A DSDL_dibevents.c464 VK_keymap[VK_V] = SDLK_v;
/external/webkit/Source/WebCore/platform/haiku/
H A DPlatformKeyboardEventHaiku.cpp277 return VK_V;
/external/webkit/Source/WebCore/platform/cocoa/
H A DKeyEventCocoa.mm344 /* 9 */ VK_V,
522 case 'v': case 'V': return VK_V;
/external/webkit/Source/WebCore/platform/android/
H A DKeyEventAndroid.cpp135 return VK_V;
/external/webkit/Source/WebCore/platform/wx/
H A DKeyboardEventWx.cpp314 return VK_V; // (56) V key case 'v': case 'V': return 0x56;
/external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
H A DAwtKeyInput.java234 return KeyEvent.VK_V;
472 case KeyEvent.VK_V:
/external/webkit/Source/WebCore/platform/qt/
H A DPlatformKeyboardEventQt.cpp395 return VK_V; // (56) V key case 'v': case 'V': return 0x56;
543 case VK_V:
/external/webkit/Source/WebCore/platform/
H A DWindowsKeyboardCodes.h135 #define VK_V 0x56 macro
/external/webkit/Source/WebCore/platform/gtk/
H A DPlatformKeyboardEventGtk.cpp375 return VK_V; // (56) V key case 'v': case 'V': return 0x56;
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp327 case VK_V:

Completed in 63 milliseconds