Searched refs:SDLK_UNKNOWN (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/test/ |
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()
|
/third_party/flutter/skia/third_party/externals/sdl/src/events/ |
D | SDL_keyboard.c | 972 if (name == NULL) return SDLK_UNKNOWN; in SDL_GetKeyFromName() 985 return SDLK_UNKNOWN; in SDL_GetKeyFromName() 994 return SDLK_UNKNOWN; in SDL_GetKeyFromName() 1002 return SDLK_UNKNOWN; in SDL_GetKeyFromName()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/ |
D | SDL_pspevents.c | 144 keymap[i] = SDLK_UNKNOWN; in PSP_InitOSKeymap()
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_keycode.h | 49 SDLK_UNKNOWN = 0, enumerator
|