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

  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_vkeys.h 43 #define VK_J 'J'
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_vkeys.h 43 #define VK_J 'J'
SDL_dibevents.c 452 VK_keymap[VK_J] = SDLK_j;
  /external/webkit/Source/WebCore/platform/haiku/
PlatformKeyboardEventHaiku.cpp 241 return VK_J;
  /external/webkit/Source/WebCore/platform/cocoa/
KeyEventCocoa.mm 373 /* 0x26 */ VK_J,
510 case 'j': case 'J': return VK_J;
  /external/webkit/Source/WebCore/platform/android/
KeyEventAndroid.cpp 111 return VK_J;
  /external/webkit/Source/WebCore/platform/wx/
KeyboardEventWx.cpp 290 return VK_J; // (4A) J key case 'j': case 'J': return 0x4A;
  /external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
AwtKeyInput.java 212 return KeyEvent.VK_J;
450 case KeyEvent.VK_J:
  /external/webkit/Source/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp 371 return VK_J; // (4A) J key case 'j': case 'J': return 0x4A;
531 case VK_J:
  /external/webkit/Source/WebCore/platform/
WindowsKeyboardCodes.h 123 #define VK_J 0x4A
  /external/webkit/Source/WebCore/platform/gtk/
PlatformKeyboardEventGtk.cpp 339 return VK_J; // (4A) J key case 'j': case 'J': return 0x4A;

Completed in 33 milliseconds