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

/external/webkit/Source/WebCore/platform/win/
H A DKeyEventWin.cpp152 case VK_NUMPAD0:
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_dibevents.c471 VK_keymap[VK_NUMPAD0] = SDLK_KP0;
571 case VK_INSERT: return EXTKEYPAD(VK_NUMPAD0);
613 if ((keystate[VK_NUMLOCK] & 1) && vkey >= VK_NUMPAD0 && vkey <= VK_NUMPAD9)
615 keysym->unicode = vkey - VK_NUMPAD0 + '0';
/external/webkit/Source/WebCore/platform/chromium/
H A DKeyboardCodes.h281 VKEY_NUMPAD0 = VK_NUMPAD0,
/external/webkit/Source/WebCore/platform/wx/
H A DKeyboardEventWx.cpp135 return VK_NUMPAD0;// (60) Numeric keypad 0 key
/external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
H A DAwtKeyInput.java302 return KeyEvent.VK_NUMPAD0;
538 case KeyEvent.VK_NUMPAD0:
/external/webkit/Source/WebCore/platform/cocoa/
H A DKeyEventCocoa.mm417 /* 0x52 */ VK_NUMPAD0,
/external/webkit/Source/WebCore/platform/qt/
H A DPlatformKeyboardEventQt.cpp146 return VK_NUMPAD0; // (60) Numeric keypad 0 key
548 case VK_NUMPAD0:
/external/webkit/Source/WebCore/platform/
H A DWindowsKeyboardCodes.h150 #define VK_NUMPAD0 0x60 macro
/external/webkit/Source/WebCore/platform/gtk/
H A DPlatformKeyboardEventGtk.cpp156 return VK_NUMPAD0;// (60) Numeric keypad 0 key
/external/webkit/Source/WebKit/chromium/src/win/
H A DWebInputEventFactory.cpp65 case VK_NUMPAD0:
/external/webkit/Source/WebKit2/Shared/win/
H A DWebEventFactory.cpp169 case VK_NUMPAD0:
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5events.c921 if ((keystate[VK_NUMLOCK] & 1) && vkey >= VK_NUMPAD0 && vkey <= VK_NUMPAD9)
923 keysym->unicode = vkey - VK_NUMPAD0 + '0';
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 66 milliseconds