Searched refs:VK_7 (Results 1 - 13 of 13) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_vkeys.h31 #define VK_7 '7' macro
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_vkeys.h31 #define VK_7 '7' macro
H A DSDL_dibevents.c432 VK_keymap[VK_7] = SDLK_7;
/external/webkit/Source/WebCore/platform/haiku/
H A DPlatformKeyboardEventHaiku.cpp205 return VK_7;
/external/webkit/Source/WebCore/platform/cocoa/
H A DKeyEventCocoa.mm361 /* 0x1A */ VK_7,
497 case '7': case '&': return VK_7;
/external/webkit/Source/WebCore/platform/android/
H A DKeyEventAndroid.cpp87 return VK_7;
/external/webkit/Source/WebCore/platform/brew/
H A DPlatformKeyboardEventBrew.cpp177 text = VK_7;
/external/webkit/Source/WebCore/platform/wx/
H A DKeyboardEventWx.cpp266 return VK_7; // (37) 7 key case '&'
/external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
H A DAwtKeyInput.java156 return KeyEvent.VK_7;
394 case KeyEvent.VK_7:
/external/webkit/Source/WebCore/platform/qt/
H A DPlatformKeyboardEventQt.cpp345 return VK_7; // (37) 7 key case '&'
519 case VK_7:
/external/webkit/Source/WebCore/platform/
H A DWindowsKeyboardCodes.h111 #define VK_7 0x37 macro
/external/webkit/Source/WebCore/platform/efl/
H A DPlatformKeyboardEventEfl.cpp153 gWindowsKeyMap.set("ampersand", VK_7);
/external/webkit/Source/WebCore/platform/gtk/
H A DPlatformKeyboardEventGtk.cpp303 return VK_7; // (37) 7 key case '&'

Completed in 130 milliseconds