HomeSort by relevance Sort by last modified time
    Searched defs:scancode (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_keyboard.h 42 * - The scancode is hardware dependent, and should not be used by general
43 * applications. If no hardware scancode is available, it will be 0.
60 Uint8 scancode; /**< hardware specific scancode */ member in struct:SDL_keysym
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_keyboard.h 42 * - The scancode is hardware dependent, and should not be used by general
43 * applications. If no hardware scancode is available, it will be 0.
60 Uint8 scancode; /**< hardware specific scancode */ member in struct:SDL_keysym
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_keyboard.h 42 * - The scancode is hardware dependent, and should not be used by general
43 * applications. If no hardware scancode is available, it will be 0.
60 Uint8 scancode; /**< hardware specific scancode */ member in struct:SDL_keysym
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_keyboard.h 42 * - The scancode is hardware dependent, and should not be used by general
43 * applications. If no hardware scancode is available, it will be 0.
60 Uint8 scancode; /**< hardware specific scancode */ member in struct:SDL_keysym
  /external/qemu/distrib/sdl-1.2.15/src/video/vgl/
SDL_vglevents.c 40 /* The translation tables from a console scancode to a SDL keysym */
44 static SDL_keysym *TranslateKey(int scancode, SDL_keysym *keysym);
75 int c, pressed, scancode; local
78 scancode = c & 0x7F;
86 TranslateKey(scancode, &keysym));
268 static SDL_keysym *TranslateKey(int scancode, SDL_keysym *keysym)
271 keysym->scancode = scancode;
272 keysym->sym = keymap[scancode];
292 if ( !(vga_keymap->key[scancode].spcl & (0x80 >> map)) )
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemevents.c 280 int scancode; local
283 scancode=(kc>>8) & (ATARIBIOS_MAXKEYS-1);
284 gem_currentkeyboard[scancode]=0xFF;
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_QWin.cc 374 int scancode = e->key(); local
376 if(scancode >= 'A' && scancode <= 'Z') {
378 keysym.sym = static_cast<SDLKey>(scancode + 32);
379 } else if(scancode >= 0x1000) {
381 switch(scancode) {
382 case Qt::Key_Escape: scancode = SDLK_ESCAPE; break;
383 case Qt::Key_Tab: scancode = SDLK_TAB; break;
384 case Qt::Key_Backspace: scancode = SDLK_BACKSPACE; break;
385 case Qt::Key_Return: scancode = SDLK_RETURN; break
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbevents.c 61 /* The translation tables from a console scancode to a SDL keysym */
66 static SDL_keysym *TranslateKey(int scancode, SDL_keysym *keysym);
999 int scancode; local
1004 scancode = keybuf[i] & 0x7F;
1010 TranslateKey(scancode, &keysym);
1213 static SDL_keysym *TranslateKey(int scancode, SDL_keysym *keysym)
1216 keysym->scancode = scancode;
1217 keysym->sym = keymap[scancode];
1240 if ( KTYP(vga_keymap[map][scancode]) == KT_LETTER )
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsevents.c 54 /* The translation tables from a console scancode to a SDL keysym */
59 static SDL_keysym *TranslateKey(int scancode, SDL_keysym *keysym);
765 int scancode; local
770 scancode = keybuf[i] & 0x7F;
776 TranslateKey(scancode, &keysym);
936 static SDL_keysym *TranslateKey(int scancode, SDL_keysym *keysym)
939 keysym->scancode = scancode;
940 keysym->sym = keymap[scancode];
963 if ( KTYP(vga_keymap[map][scancode]) == KT_LETTER )
    [all...]
  /bionic/libc/kernel/common/linux/
kd.h 150 unsigned int scancode, keycode; member in struct:kbkeycode
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 259 int scancode = Integer.parseInt(args[7]); local
262 metaState, device, scancode);
  /development/ndk/platforms/android-3/include/linux/
kd.h 138 unsigned int scancode, keycode; member in struct:kbkeycode
  /external/kernel-headers/original/linux/
kd.h 129 unsigned int scancode, keycode; member in struct:kbkeycode
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
kd.h 138 unsigned int scancode, keycode; member in struct:kbkeycode
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
kd.h 138 unsigned int scancode, keycode; member in struct:kbkeycode
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
kd.h 138 unsigned int scancode, keycode; member in struct:kbkeycode
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
kd.h 138 unsigned int scancode, keycode; member in struct:kbkeycode
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
kd.h 138 unsigned int scancode, keycode; member in struct:kbkeycode
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
kd.h 138 unsigned int scancode, keycode; member in struct:kbkeycode
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
kd.h 138 unsigned int scancode, keycode; member in struct:kbkeycode
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
kd.h 138 unsigned int scancode, keycode; member in struct:kbkeycode
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
kd.h 138 unsigned int scancode, keycode; member in struct:kbkeycode
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
kd.h 138 unsigned int scancode, keycode; member in struct:kbkeycode
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
kd.h 138 unsigned int scancode, keycode; member in struct:kbkeycode
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
kd.h 138 unsigned int scancode, keycode; member in struct:kbkeycode

Completed in 983 milliseconds

1 2 3