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

/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_vkeys.h58 #define VK_Y 'Y' macro
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_vkeys.h58 #define VK_Y 'Y' macro
H A DSDL_dibevents.c467 VK_keymap[VK_Y] = SDLK_y;
/external/webkit/Source/WebCore/platform/haiku/
H A DPlatformKeyboardEventHaiku.cpp286 return VK_Y;
/external/webkit/Source/WebCore/platform/cocoa/
H A DKeyEventCocoa.mm351 /* 0x10 */ VK_Y,
525 case 'y': case 'Y': return VK_Y;
/external/webkit/Source/WebCore/platform/android/
H A DKeyEventAndroid.cpp141 return VK_Y;
/external/webkit/Source/WebCore/platform/wx/
H A DKeyboardEventWx.cpp320 return VK_Y; // (59) Y key case 'y': case 'Y': return 0x59;
/external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
H A DAwtKeyInput.java182 return KeyEvent.VK_Y;
420 case KeyEvent.VK_Y:
/external/webkit/Source/WebCore/platform/qt/
H A DPlatformKeyboardEventQt.cpp401 return VK_Y; // (59) Y key case 'y': case 'Y': return 0x59;
546 case VK_Y:
/external/webkit/Source/WebCore/platform/
H A DWindowsKeyboardCodes.h138 #define VK_Y 0x59 macro
/external/webkit/Source/WebCore/platform/gtk/
H A DPlatformKeyboardEventGtk.cpp384 return VK_Y; // (59) Y key case 'y': case 'Y': return 0x59;
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp333 case VK_Y:

Completed in 261 milliseconds