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

  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_vkeys.h 30 #define VK_6 '6'
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_vkeys.h 30 #define VK_6 '6'
SDL_dibevents.c 431 VK_keymap[VK_6] = SDLK_6;
  /external/webkit/Source/WebCore/platform/haiku/
PlatformKeyboardEventHaiku.cpp 202 return VK_6;
  /external/webkit/Source/WebCore/platform/cocoa/
KeyEventCocoa.mm 357 /* 0x16 */ VK_6,
496 case '6': case '^': return VK_6;
  /external/webkit/Source/WebCore/platform/android/
KeyEventAndroid.cpp 85 return VK_6;
  /external/webkit/Source/WebCore/platform/brew/
PlatformKeyboardEventBrew.cpp 174 text = VK_6;
  /external/webkit/Source/WebCore/platform/wx/
KeyboardEventWx.cpp 264 return VK_6; // (36) 6 key '^'
  /external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
AwtKeyInput.java 154 return KeyEvent.VK_6;
392 case KeyEvent.VK_6:
  /external/webkit/Source/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp 342 return VK_6; // (36) 6 key '^'
518 case VK_6:
  /external/webkit/Source/WebCore/platform/
WindowsKeyboardCodes.h 110 #define VK_6 0x36
  /external/webkit/Source/WebCore/platform/efl/
PlatformKeyboardEventEfl.cpp 152 gWindowsKeyMap.set("asciicircum", VK_6);
  /external/webkit/Source/WebCore/platform/gtk/
PlatformKeyboardEventGtk.cpp 300 return VK_6; // (36) 6 key '^'

Completed in 401 milliseconds