Searched refs:SDL_SCANCODE_4 (Results 1 – 13 of 13) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/ |
D | keyinfotable.h | 78 /* 36 */ { SDL_SCANCODE_4, KMOD_SHIFT }, /* plus shift modifier '$' */ 94 /* 52 */ { SDL_SCANCODE_4, 0 },
|
/third_party/flutter/skia/third_party/externals/sdl/src/events/ |
D | scancodes_xfree86.h | 34 /* 5 */ SDL_SCANCODE_4, 185 /* 5 */ SDL_SCANCODE_4, 436 /* 13 */ SDL_SCANCODE_4,
|
D | scancodes_darwin.h | 51 /* 21 */ SDL_SCANCODE_4,
|
D | scancodes_windows.h | 31 …ODE_ESCAPE, SDL_SCANCODE_1, SDL_SCANCODE_2, SDL_SCANCODE_3, SDL_SCANCODE_4, SDL_SCANCO…
|
D | scancodes_linux.h | 34 /* 5 */ SDL_SCANCODE_4,
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testautomation_keyboard.c | 525 …ssertCheck(scancode == SDL_SCANCODE_4, "Validate return value from SDL_GetScancodeFromKey, expecte… in keyboard_getScancodeFromKey() 554 …ssertCheck(scancode == SDL_SCANCODE_4, "Validate return value from SDL_GetScancodeFromName, expect… in keyboard_getScancodeFromName()
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_scancode.h | 84 SDL_SCANCODE_4 = 33, enumerator
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/ |
D | SDL_androidkeyboard.c | 54 SDL_SCANCODE_4, /* AKEYCODE_4 */
|
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/ |
D | keyboard.c | 77 {SDL_SCANCODE_4, 1, 0, 20}, /* 4 */
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/ |
D | SDL_winrtkeyboard.cpp | 93 SDL_SCANCODE_4, /* VirtualKey.Number4 -- 52 */
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/nacl/ |
D | SDL_naclevents.c | 87 SDL_SCANCODE_4, /* DOM_VK_4 52 */
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/ |
D | SDL_emscriptenevents.c | 98 /* 52 */ SDL_SCANCODE_4,
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/ |
D | SDL_DirectFB_events.c | 491 keymap[DIKI_4 - DIKI_UNKNOWN] = SDL_SCANCODE_4; in DirectFB_InitOSKeymap()
|