Searched refs:SDLK_a (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_keyboard.c | 72 …SDLTest_AssertCheck(result == SDLK_a, "Verify result from call, expected: %i, got: %i", SDLK_a, re… in keyboard_getKeyFromName() 139 …SDLTest_AssertCheck(result == SDLK_a, "Verify result from call, expected: %i, got: %i", SDLK_a, re… in keyboard_getKeyFromScancode()
|
/AliOS-Things-master/components/SDL2/src/video/haiku/ |
A D | SDL_bkeyboard.cc | 112 keymap[0x3c] = SDL_GetScancodeFromKey(SDLK_a); in HAIKU_InitOSKeymap()
|
/AliOS-Things-master/components/SDL2/src/video/psp/ |
A D | SDL_pspevents.c | 194 keymap[KEY_A] = SDLK_a; in PSP_InitOSKeymap()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_keycode.h | 100 SDLK_a = 'a', enumerator
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowskeyboard.c | 141 keymap[scancode] = SDLK_a + ( ch - 'A' ); in WIN_UpdateKeymap()
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_common.c | 1851 case SDLK_a: in SDLTest_CommonEvent()
|
Completed in 13 milliseconds