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

  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_vkeys.h 26 #define VK_2 '2'
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_vkeys.h 26 #define VK_2 '2'
SDL_dibevents.c 328 VK_keymap[VK_2] = SDLK_2;
  /external/webkit/Source/WebCore/platform/haiku/
PlatformKeyboardEventHaiku.cpp 190 return VK_2;
  /external/webkit/Source/WebCore/platform/cocoa/
KeyEventCocoa.mm 354 /* 0x13 */ VK_2,
492 case '2': case '@': return VK_2;
566 // For example, '"' on Windows Russian layout is VK_2, not VK_OEM_7.
  /external/webkit/Source/WebCore/platform/android/
KeyEventAndroid.cpp 77 return VK_2;
  /external/webkit/Source/WebCore/platform/brew/
PlatformKeyboardEventBrew.cpp 162 text = VK_2;
  /external/webkit/Source/WebCore/platform/wx/
KeyboardEventWx.cpp 256 return VK_2; // (32) 2 & key
  /external/webkit/Source/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp 330 return VK_2; // (32) 2 & key
514 case VK_2:
  /external/webkit/Source/WebCore/platform/
WindowsKeyboardCodes.h 106 #define VK_2 0x32
  /external/webkit/Source/WebCore/platform/efl/
PlatformKeyboardEventEfl.cpp 148 gWindowsKeyMap.set("at", VK_2);
  /external/webkit/Source/WebCore/platform/gtk/
PlatformKeyboardEventGtk.cpp 288 return VK_2; // (32) 2 & key

Completed in 279 milliseconds