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

  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_vkeys.h 32 #define VK_8 '8'
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_vkeys.h 32 #define VK_8 '8'
SDL_dibevents.c 334 VK_keymap[VK_8] = SDLK_8;
  /external/webkit/Source/WebCore/platform/haiku/
PlatformKeyboardEventHaiku.cpp 208 return VK_8;
  /external/webkit/Source/WebCore/platform/cocoa/
KeyEventCocoa.mm 363 /* 0x1C */ VK_8,
498 case '8': case '*': return VK_8;
  /external/webkit/Source/WebCore/platform/android/
KeyEventAndroid.cpp 89 return VK_8;
  /external/webkit/Source/WebCore/platform/brew/
PlatformKeyboardEventBrew.cpp 180 text = VK_8;
  /external/webkit/Source/WebCore/platform/wx/
KeyboardEventWx.cpp 268 return VK_8; // (38) 8 key '*'
  /external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
AwtKeyInput.java 158 return KeyEvent.VK_8;
396 case KeyEvent.VK_8:
  /external/webkit/Source/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp 348 return VK_8; // (38) 8 key '*'
520 case VK_8:
  /external/webkit/Source/WebCore/platform/
WindowsKeyboardCodes.h 112 #define VK_8 0x38
  /external/webkit/Source/WebCore/platform/efl/
PlatformKeyboardEventEfl.cpp 154 gWindowsKeyMap.set("asterisk", VK_8);
  /external/webkit/Source/WebCore/platform/gtk/
PlatformKeyboardEventGtk.cpp 306 return VK_8; // (38) 8 key '*'

Completed in 115 milliseconds