Home
last modified time | relevance | path

Searched defs:keycode (Results 1 – 25 of 34) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidkeyboard.c326 TranslateKeycode(int keycode) in TranslateKeycode()
340 Android_OnKeyDown(int keycode) in Android_OnKeyDown()
346 Android_OnKeyUp(int keycode) in Android_OnKeyUp()
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtkeyboard.cpp219 WINRT_TranslateUnofficialKeycode(int keycode) in WINRT_TranslateUnofficialKeycode()
255 WINRT_TranslateKeycode(int keycode, unsigned int nativeScancode) in WINRT_TranslateKeycode()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11keyboard.c163 X11_KeyCodeToSDLScancode(_THIS, KeyCode keycode) in X11_KeyCodeToSDLScancode()
196 X11_KeyCodeToUcs4(_THIS, KeyCode keycode, unsigned char group) in X11_KeyCodeToUcs4()
208 X11_KeyCodeToSym(_THIS, KeyCode keycode, unsigned char group) in X11_KeyCodeToSym()
DSDL_x11events.c347 int keycode; in X11_ReconcileKeyboardState() local
756 KeyCode keycode = xevent.xkey.keycode; in X11_DispatchEvent() local
807 KeyCode keycode = xevent.xkey.keycode; in X11_DispatchEvent() local
/third_party/libxkbcommon/bench/
Dkey-proc.c38 xkb_keycode_t keycode; in bench_key_proc() local
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/android/
DSDL_sysjoystick.c78 keycode_to_SDL(int keycode) in keycode_to_SDL()
182 Android_OnPadDown(int device_id, int keycode) in Android_OnPadDown()
198 Android_OnPadUp(int device_id, int keycode) in Android_OnPadUp()
/third_party/eudev/src/udev/
Dudev-builtin-keyboard.c68 static void map_keycode(int fd, const char *devnode, int scancode, const char *keycode) in map_keycode()
207 const char *keycode; in builtin_keyboard() local
/third_party/Linux_Kernel/include/linux/input/
Dsparse-keymap.h39 u16 keycode; /* For KE_KEY */ member
Dad714x.h45 int keycode; member
/third_party/flutter/skia/third_party/externals/sdl/src/video/nacl/
DSDL_naclevents.c309 SDL_NACL_translate_keycode(int keycode) in SDL_NACL_translate_keycode()
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/
DSDL_ime.c118 SDL_IME_ProcessKeyEvent(Uint32 keysym, Uint32 keycode) in SDL_IME_ProcessKeyEvent()
DSDL_evdev.c322 static void SDL_EVDEV_do_text_input(unsigned short keycode) { in SDL_EVDEV_do_text_input()
567 SDL_EVDEV_translate_keycode(int keycode) in SDL_EVDEV_translate_keycode()
DSDL_fcitx.c423 SDL_Fcitx_ProcessKeyEvent(Uint32 keysym, Uint32 keycode) in SDL_Fcitx_ProcessKeyEvent()
DSDL_ibus.c562 SDL_IBus_ProcessKeyEvent(Uint32 keysym, Uint32 keycode) in SDL_IBus_ProcessKeyEvent()
/third_party/libxkbcommon/tools/
Dtools-common.c55 xkb_keycode_t keycode, in tools_print_keycode_state()
Dhow-to-type.c163 for (xkb_keycode_t keycode = min_keycode; keycode <= max_keycode; keycode++) { in main() local
Dinteractive-x11.c243 xkb_keycode_t keycode = event->detail; in process_event() local
Dinteractive-evdev.c254 xkb_keycode_t keycode; in process_event() local
/third_party/flutter/skia/third_party/externals/sdl/android-project/src/org/libsdl/app/
DSDLActivity.java420 public static native int onNativePadDown(int device_id, int keycode); in onNativePadDown()
421 public static native int onNativePadUp(int device_id, int keycode); in onNativePadUp()
426 public static native void onNativeKeyDown(int keycode); in onNativeKeyDown()
427 public static native void onNativeKeyUp(int keycode); in onNativeKeyUp()
/third_party/flutter/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DViewerActivity.java40 private native void onKeyPressed(long handle, int keycode); in onKeyPressed()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_keyboard.c256 SDL_Keycode keycode; in keyboard_getKeyNameNegative() local
/third_party/flutter/skia/third_party/externals/sdl/src/core/android/
DSDL_android.c177 jint device_id, jint keycode) in Java_org_libsdl_app_SDLActivity_onNativePadDown()
185 jint device_id, jint keycode) in Java_org_libsdl_app_SDLActivity_onNativePadUp()
284 JNIEnv* env, jclass jcls, jint keycode) in Java_org_libsdl_app_SDLActivity_onNativeKeyDown()
291 JNIEnv* env, jclass jcls, jint keycode) in Java_org_libsdl_app_SDLActivity_onNativeKeyUp()
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_keyboard.c666 SDL_Keycode keycode; in SDL_SendKeyboardKey() local
/third_party/flutter/skia/tools/sk_app/android/
Dsurface_glue_android.cpp277 jint keycode) { in Java_org_skia_viewer_ViewerActivity_onKeyPressed()
/third_party/Linux_Kernel/include/uapi/linux/
Dkd.h140 unsigned int scancode, keycode; member

12