OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VK_2
(Results
1 - 13
of
13
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_vkeys.h
26
#define
VK_2
'2'
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_vkeys.h
26
#define
VK_2
'2'
SDL_dibevents.c
427
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/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
AwtKeyInput.java
146
return KeyEvent.
VK_2
;
384
case KeyEvent.
VK_2
:
/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 52 milliseconds