OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VK_7
(Results
1 - 12
of
12
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_vkeys.h
31
#define
VK_7
'7'
/external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_vkeys.h
31
#define
VK_7
'7'
SDL_dibevents.c
333
VK_keymap[
VK_7
] = SDLK_7;
/external/webkit/WebCore/platform/android/
KeyEventAndroid.cpp
87
return
VK_7
;
KeyboardCodes.h
173
const int
VK_7
= 0x37;
/external/webkit/WebCore/platform/wx/
KeyboardEventWx.cpp
267
return
VK_7
; // (37) 7 key case '&'
KeyboardCodes.h
172
const int
VK_7
= 0x37;
/external/webkit/WebCore/platform/
KeyboardCodes.h
188
const int
VK_7
= 0x37;
/external/webkit/WebCore/platform/gtk/
KeyEventGtk.cpp
302
return
VK_7
; // (37) 7 key case '&'
/external/webkit/WebCore/platform/haiku/
KeyboardCodes.h
173
const int
VK_7
= 0x37;
/external/webkit/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp
340
return
VK_7
; // (37) 7 key case '&'
/frameworks/base/awt/java/awt/event/
KeyEvent.java
112
public static final int
VK_7
= 55;
Completed in 203 milliseconds