Home
last modified time | relevance | path

Searched refs:SDLK_a (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_keyboard.c72 …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 DSDL_bkeyboard.cc112 keymap[0x3c] = SDL_GetScancodeFromKey(SDLK_a); in HAIKU_InitOSKeymap()
/AliOS-Things-master/components/SDL2/src/video/psp/
A DSDL_pspevents.c194 keymap[KEY_A] = SDLK_a; in PSP_InitOSKeymap()
/AliOS-Things-master/components/SDL2/include/
A DSDL_keycode.h100 SDLK_a = 'a', enumerator
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowskeyboard.c141 keymap[scancode] = SDLK_a + ( ch - 'A' ); in WIN_UpdateKeymap()
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_common.c1851 case SDLK_a: in SDLTest_CommonEvent()

Completed in 12 milliseconds