Home
last modified time | relevance | path

Searched refs:VK_W (Results 1 – 11 of 11) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
DSDL_vkeys.h56 #define VK_W 'W' macro
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
DSDL_vkeys.h56 #define VK_W 'W' macro
DSDL_dibevents.c465 VK_keymap[VK_W] = SDLK_w; in DIB_InitOSKeymap()
/external/webkit/Source/WebCore/platform/
DWindowsKeyboardCodes.h136 #define VK_W 0x57 macro
/external/webkit/Source/WebCore/platform/qt/
DPlatformKeyboardEventQt.cpp397 return VK_W; // (57) W key case 'w': case 'W': return 0x57; in windowsKeyCodeForKeyEvent()
544 case VK_W: in isVirtualKeyCodeRepresentingCharacter()
/external/webkit/Source/WebCore/platform/android/
DKeyEventAndroid.cpp137 return VK_W; in windowsKeyCodeForKeyEvent()
/external/webkit/Source/WebCore/platform/haiku/
DPlatformKeyboardEventHaiku.cpp280 return VK_W; in windowsKeyCodeForKeyEvent()
/external/webkit/Source/WebCore/platform/wx/
DKeyboardEventWx.cpp316 return VK_W; // (57) W key case 'w': case 'W': return 0x57; in windowsKeyCodeForKeyEvent()
/external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
DAwtKeyInput.java174 return KeyEvent.VK_W; in convertJmeCode()
412 case KeyEvent.VK_W: in convertAwtKey()
/external/webkit/Source/WebCore/platform/gtk/
DPlatformKeyboardEventGtk.cpp378 return VK_W; // (57) W key case 'w': case 'W': return 0x57; in windowsKeyCodeForGdkKeyCode()
/external/webkit/Source/WebCore/platform/cocoa/
DKeyEventCocoa.mm348 /* 0x0D */ VK_W,
523 case 'w': case 'W': return VK_W;