OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VK_1
(Results
1 - 12
of
12
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_vkeys.h
25
#define
VK_1
'1'
/external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_vkeys.h
25
#define
VK_1
'1'
SDL_dibevents.c
327
VK_keymap[
VK_1
] = SDLK_1;
/external/webkit/WebCore/platform/android/
KeyEventAndroid.cpp
75
return
VK_1
;
KeyboardCodes.h
154
const int
VK_1
= 0x31;
/external/webkit/WebCore/platform/wx/
KeyboardEventWx.cpp
255
return
VK_1
; // (31) 1 ! key
KeyboardCodes.h
153
const int
VK_1
= 0x31;
/external/webkit/WebCore/platform/
KeyboardCodes.h
169
const int
VK_1
= 0x31;
/external/webkit/WebCore/platform/gtk/
KeyEventGtk.cpp
284
return
VK_1
; // (31) 1 ! key
/external/webkit/WebCore/platform/haiku/
KeyboardCodes.h
154
const int
VK_1
= 0x31;
/external/webkit/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp
322
return
VK_1
; // (31) 1 ! key
/frameworks/base/awt/java/awt/event/
KeyEvent.java
100
public static final int
VK_1
= 49;
Completed in 350 milliseconds