Home
last modified time | relevance | path

Searched refs:SDL_SCANCODE_A (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/SDL2/src/core/android/
A Dkeyinfotable.h108 /* 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 Dkeyinfotable.h107 /* 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 Dscancodes_xfree86.h63 /* 30 */ SDL_SCANCODE_A,
214 /* 30 */ SDL_SCANCODE_A,
457 /* 30 */ SDL_SCANCODE_A,
A Dscancodes_darwin.h30 /* 0 */ SDL_SCANCODE_A,
A Dscancodes_windows.h35 …DL_SCANCODE_RIGHTBRACKET, SDL_SCANCODE_RETURN, SDL_SCANCODE_LCTRL, SDL_SCANCODE_A, SDL_SCANCO…
A Dscancodes_linux.h59 /* 30 */ SDL_SCANCODE_A,
/AliOS-Things-master/components/SDL2/src/video/qnx/
A Dkeyboard.c56 [KEYCODE_A] = SDL_SCANCODE_A,
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_keyboard.c137 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 DSDL_scancode.h54 SDL_SCANCODE_A = 4, enumerator
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11keyboard.c178 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 DSDL_androidkeyboard.c72 SDL_SCANCODE_A, /* AKEYCODE_A */
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtkeyboard.cpp106 SDL_SCANCODE_A, /* VirtualKey.A -- 65 */
/AliOS-Things-master/components/SDL2/src/video/nacl/
A DSDL_naclevents.c100 SDL_SCANCODE_A, /* DOM_VK_A 65 */
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenevents.c111 /* 65 */ SDL_SCANCODE_A,
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_events.c460 keymap[DIKI_A - DIKI_UNKNOWN] = SDL_SCANCODE_A; in DirectFB_InitOSKeymap()

Completed in 16 milliseconds