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

  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_vkeys.h 29 #define VK_5 '5'
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_vkeys.h 29 #define VK_5 '5'
SDL_dibevents.c 430 VK_keymap[VK_5] = SDLK_5;
  /external/webkit/Source/WebCore/platform/haiku/
PlatformKeyboardEventHaiku.cpp 199 return VK_5;
  /external/webkit/Source/WebCore/platform/cocoa/
KeyEventCocoa.mm 358 /* 0x17 */ VK_5,
495 case '5': case '%': return VK_5;
  /external/webkit/Source/WebCore/platform/android/
KeyEventAndroid.cpp 83 return VK_5;
  /external/webkit/Source/WebCore/platform/brew/
PlatformKeyboardEventBrew.cpp 171 text = VK_5;
  /external/webkit/Source/WebCore/platform/wx/
KeyboardEventWx.cpp 262 return VK_5; // (35) 5 key '%'
  /external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
AwtKeyInput.java 152 return KeyEvent.VK_5;
390 case KeyEvent.VK_5:
  /external/webkit/Source/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp 339 return VK_5; // (35) 5 key '%'
517 case VK_5:
  /external/webkit/Source/WebCore/platform/
WindowsKeyboardCodes.h 109 #define VK_5 0x35
  /external/webkit/Source/WebCore/platform/efl/
PlatformKeyboardEventEfl.cpp 151 gWindowsKeyMap.set("percent", VK_5);
  /external/webkit/Source/WebCore/platform/gtk/
PlatformKeyboardEventGtk.cpp 297 return VK_5; // (35) 5 key '%'

Completed in 646 milliseconds