Home
last modified time | relevance | path

Searched refs:KEY_Q (Results 1 – 8 of 8) sorted by relevance

/external/strace/xlat/
Devdev_keycode.in17 KEY_Q
Devdev_keycode.h59 #if defined(KEY_Q) || (defined(HAVE_DECL_KEY_Q) && HAVE_DECL_KEY_Q)
60 XLAT(KEY_Q),
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
DGwtInput.java795 case KEY_Q: in keyForCode()
936 private static final int KEY_Q = 81; field in GwtInput
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h90 #define KEY_Q 16 macro
/external/libvncserver/examples/android/jni/
Dfbvncserver.c262 KEY_P, KEY_Q, KEY_R, KEY_S, KEY_T, in keysym2scancode()
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
DLwjglInput.java444 case Keyboard.KEY_Q: in getGdxKeyCode()
648 return Keyboard.KEY_Q; in getLwjglKeyCode()
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c62 [KEY_Q] = "Q", [KEY_W] = "W",
/external/autotest/client/bin/input/
Dlinux_input.py203 KEY_Q = 16 variable