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

1 2

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_keyboard.h 39 - The scancode is hardware dependent, and should not be used by general
40 applications. If no hardware scancode is available, it will be 0.
55 Uint8 scancode; /* hardware specific scancode */ member in struct:SDL_keysym
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_keyboard.h 39 - The scancode is hardware dependent, and should not be used by general
40 applications. If no hardware scancode is available, it will be 0.
55 Uint8 scancode; /* hardware specific scancode */ member in struct:SDL_keysym
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_keyboard.h 39 - The scancode is hardware dependent, and should not be used by general
40 applications. If no hardware scancode is available, it will be 0.
55 Uint8 scancode; /* hardware specific scancode */ member in struct:SDL_keysym
  /prebuilt/windows/sdl/host/include/SDL/
SDL_keyboard.h 43 - The scancode is hardware dependent, and should not be used by general
44 applications. If no hardware scancode is available, it will be 0.
59 Uint8 scancode; /* hardware specific scancode */ member in struct:SDL_keysym
  /prebuilt/windows/sdl/include/SDL/
SDL_keyboard.h 39 - The scancode is hardware dependent, and should not be used by general
40 applications. If no hardware scancode is available, it will be 0.
55 Uint8 scancode; /* hardware specific scancode */ member in struct:SDL_keysym
  /external/qemu/distrib/sdl-1.2.12/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.12/src/video/gem/
SDL_gemevents.c 275 int scancode; local
278 scancode=(kc>>8) & (ATARIBIOS_MAXKEYS-1);
279 gem_currentkeyboard[scancode]=0xFF;
  /external/qemu/distrib/sdl-1.2.12/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.12/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);
990 int scancode; local
995 scancode = keybuf[i] & 0x7F;
1001 TranslateKey(scancode, &keysym);
1204 static SDL_keysym *TranslateKey(int scancode, SDL_keysym *keysym)
1207 keysym->scancode = scancode;
1208 keysym->sym = keymap[scancode];
1231 if ( KTYP(vga_keymap[map][scancode]) == KT_LETTER )
    [all...]
  /external/qemu/distrib/sdl-1.2.12/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 138 unsigned int scancode, keycode; member in struct:kbkeycode
input.h 52 __u8 scancode[32]; member in struct:input_keymap_entry
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 252 int scancode = Integer.parseInt(args[7]); local
255 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
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
kd.h 138 unsigned int scancode, keycode; member in struct:kbkeycode
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
kd.h 138 unsigned int scancode, keycode; member in struct:kbkeycode
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
kd.h 138 unsigned int scancode, keycode; member in struct:kbkeycode
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
kd.h 138 unsigned int scancode, keycode; member in struct:kbkeycode
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
kd.h 138 unsigned int scancode, keycode; member in struct:kbkeycode
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
kd.h 138 unsigned int scancode, keycode; member in struct:kbkeycode
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
kd.h 138 unsigned int scancode, keycode; member in struct:kbkeycode
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
kd.h 138 unsigned int scancode, keycode; member in struct:kbkeycode
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
kd.h 138 unsigned int scancode, keycode; member in struct:kbkeycode
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
kd.h 138 unsigned int scancode, keycode; member in struct:kbkeycode

Completed in 2900 milliseconds

1 2