Searched refs:VK_8 (Results 1 - 13 of 13) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_vkeys.h32 #define VK_8 '8' macro
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_vkeys.h32 #define VK_8 '8' macro
H A DSDL_dibevents.c433 VK_keymap[VK_8] = SDLK_8;
/external/webkit/Source/WebCore/platform/haiku/
H A DPlatformKeyboardEventHaiku.cpp208 return VK_8;
/external/webkit/Source/WebCore/platform/cocoa/
H A DKeyEventCocoa.mm363 /* 0x1C */ VK_8,
498 case '8': case '*': return VK_8;
/external/webkit/Source/WebCore/platform/android/
H A DKeyEventAndroid.cpp89 return VK_8;
/external/webkit/Source/WebCore/platform/brew/
H A DPlatformKeyboardEventBrew.cpp180 text = VK_8;
/external/webkit/Source/WebCore/platform/wx/
H A DKeyboardEventWx.cpp268 return VK_8; // (38) 8 key '*'
/external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
H A DAwtKeyInput.java158 return KeyEvent.VK_8;
396 case KeyEvent.VK_8:
/external/webkit/Source/WebCore/platform/qt/
H A DPlatformKeyboardEventQt.cpp348 return VK_8; // (38) 8 key '*'
520 case VK_8:
/external/webkit/Source/WebCore/platform/
H A DWindowsKeyboardCodes.h112 #define VK_8 0x38 macro
/external/webkit/Source/WebCore/platform/efl/
H A DPlatformKeyboardEventEfl.cpp154 gWindowsKeyMap.set("asterisk", VK_8);
/external/webkit/Source/WebCore/platform/gtk/
H A DPlatformKeyboardEventGtk.cpp306 return VK_8; // (38) 8 key '*'

Completed in 61 milliseconds