HomeSort by relevance Sort by last modified time
    Searched refs:XK_KP_0 (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/browser/renderer_host/
web_input_event_aura_unittest.cc 95 {ui::VKEY_NUMPAD0, XK_KP_0, true},
  /external/chromium_org/ui/events/keycodes/
keyboard_code_conversion_x.cc 624 case XK_KP_0:
634 return static_cast<KeyboardCode>(VKEY_NUMPAD0 + (keysym - XK_KP_0));
    [all...]
  /external/chromium_org/remoting/host/linux/
unicode_to_keysym.cc 44 // alternative keysyms for some of them (e.g. XK_KP_0 for '0').
57 { XK_KP_0, 0x0030 },
    [all...]
  /external/chromium_org/ui/events/x/
events_x_unittest.cc 393 { true, XK_KP_0 },
keysym_to_unicode.cc 69 {XK_KP_0, 0x0030},
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11events.c 1039 MISC_keymap[XK_KP_0&0xFF] = SDLK_KP0; /* Keypad 0-9 */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
keysymdef.h 232 #define XK_KP_0 0xffb0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
keysymdef.h 232 #define XK_KP_0 0xffb0
    [all...]

Completed in 4715 milliseconds