Searched refs:SDLK_UNKNOWN (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_keyboard.c | 97 …SDLTest_AssertCheck(result == SDLK_UNKNOWN, "Verify result from call is UNKNOWN, expected: %i, got… in keyboard_getKeyFromName() 102 …SDLTest_AssertCheck(result == SDLK_UNKNOWN, "Verify result from call is UNKNOWN, expected: %i, got… in keyboard_getKeyFromName() 144 …SDLTest_AssertCheck(result == SDLK_UNKNOWN, "Verify result from call is UNKNOWN, expected: %i, got… in keyboard_getKeyFromScancode() 153 …SDLTest_AssertCheck(result == SDLK_UNKNOWN, "Verify result from call is UNKNOWN, expected: %i, got… in keyboard_getKeyFromScancode() 159 …SDLTest_AssertCheck(result == SDLK_UNKNOWN, "Verify result from call is UNKNOWN, expected: %i, got… in keyboard_getKeyFromScancode() 261 keycode = SDLK_UNKNOWN; in keyboard_getKeyNameNegative()
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_keyboard.c | 1048 return SDLK_UNKNOWN; in SDL_GetKeyFromName() 1062 return SDLK_UNKNOWN; in SDL_GetKeyFromName() 1071 return SDLK_UNKNOWN; in SDL_GetKeyFromName() 1079 return SDLK_UNKNOWN; in SDL_GetKeyFromName()
|
/AliOS-Things-master/components/SDL2/src/video/psp/ |
A D | SDL_pspevents.c | 144 keymap[i] = SDLK_UNKNOWN; in PSP_InitOSKeymap()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_keycode.h | 52 SDLK_UNKNOWN = 0, enumerator
|
Completed in 9 milliseconds