Home
last modified time | relevance | path

Searched refs:SDLK_UNKNOWN (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_keyboard.c97 …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 DSDL_keyboard.c1048 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 DSDL_pspevents.c144 keymap[i] = SDLK_UNKNOWN; in PSP_InitOSKeymap()
/AliOS-Things-master/components/SDL2/include/
A DSDL_keycode.h52 SDLK_UNKNOWN = 0, enumerator

Completed in 9 milliseconds