Searched refs:SDL_SCANCODE_A (Results 1 – 15 of 15) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | keyinfotable.h | 108 /* 65 */ { SDL_SCANCODE_A, KMOD_SHIFT }, /* all the following need shift modifiers */ 140 /* 97 */ { SDL_SCANCODE_A, 0 },
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | keyinfotable.h | 107 /* 65 */ { SDL_SCANCODE_A, KMOD_SHIFT }, /* all the following need shift modifiers */ 139 /* 97 */ { SDL_SCANCODE_A, 0 },
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | scancodes_xfree86.h | 63 /* 30 */ SDL_SCANCODE_A, 214 /* 30 */ SDL_SCANCODE_A, 457 /* 30 */ SDL_SCANCODE_A,
|
A D | scancodes_darwin.h | 30 /* 0 */ SDL_SCANCODE_A,
|
A D | scancodes_windows.h | 35 …DL_SCANCODE_RIGHTBRACKET, SDL_SCANCODE_RETURN, SDL_SCANCODE_LCTRL, SDL_SCANCODE_A, SDL_SCANCO…
|
A D | scancodes_linux.h | 59 /* 30 */ SDL_SCANCODE_A,
|
/AliOS-Things-master/components/SDL2/src/video/qnx/ |
A D | keyboard.c | 56 [KEYCODE_A] = SDL_SCANCODE_A,
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_keyboard.c | 137 result = SDL_GetKeyFromScancode(SDL_SCANCODE_A); in keyboard_getKeyFromScancode() 549 …ssertCheck(scancode == SDL_SCANCODE_A, "Validate return value from SDL_GetScancodeFromName, expect… in keyboard_getScancodeFromName()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_scancode.h | 54 SDL_SCANCODE_A = 4, enumerator
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11keyboard.c | 178 return SDL_SCANCODE_A + (keysym - XK_a); in X11_KeyCodeToSDLScancode() 181 return SDL_SCANCODE_A + (keysym - XK_A); in X11_KeyCodeToSDLScancode()
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidkeyboard.c | 72 SDL_SCANCODE_A, /* AKEYCODE_A */
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtkeyboard.cpp | 106 SDL_SCANCODE_A, /* VirtualKey.A -- 65 */
|
/AliOS-Things-master/components/SDL2/src/video/nacl/ |
A D | SDL_naclevents.c | 100 SDL_SCANCODE_A, /* DOM_VK_A 65 */
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenevents.c | 111 /* 65 */ SDL_SCANCODE_A,
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_events.c | 460 keymap[DIKI_A - DIKI_UNKNOWN] = SDL_SCANCODE_A; in DirectFB_InitOSKeymap()
|
Completed in 21 milliseconds