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

  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_vkeys.h 31 #define VK_7 '7'
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_vkeys.h 31 #define VK_7 '7'
SDL_dibevents.c 432 VK_keymap[VK_7] = SDLK_7;
  /external/webkit/Source/WebCore/platform/haiku/
PlatformKeyboardEventHaiku.cpp 205 return VK_7;
  /external/webkit/Source/WebCore/platform/cocoa/
KeyEventCocoa.mm 361 /* 0x1A */ VK_7,
497 case '7': case '&': return VK_7;
  /external/webkit/Source/WebCore/platform/android/
KeyEventAndroid.cpp 87 return VK_7;
  /external/webkit/Source/WebCore/platform/brew/
PlatformKeyboardEventBrew.cpp 177 text = VK_7;
  /external/webkit/Source/WebCore/platform/wx/
KeyboardEventWx.cpp 266 return VK_7; // (37) 7 key case '&'
  /external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
AwtKeyInput.java 156 return KeyEvent.VK_7;
394 case KeyEvent.VK_7:
  /external/webkit/Source/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp 345 return VK_7; // (37) 7 key case '&'
519 case VK_7:
  /external/webkit/Source/WebCore/platform/
WindowsKeyboardCodes.h 111 #define VK_7 0x37
  /external/webkit/Source/WebCore/platform/efl/
PlatformKeyboardEventEfl.cpp 153 gWindowsKeyMap.set("ampersand", VK_7);
  /external/webkit/Source/WebCore/platform/gtk/
PlatformKeyboardEventGtk.cpp 303 return VK_7; // (37) 7 key case '&'

Completed in 491 milliseconds