Searched refs:SDL_SCANCODE_C (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | keyinfotable.h | 110 /* 67 */ { SDL_SCANCODE_C, KMOD_SHIFT }, 142 /* 99 */ { SDL_SCANCODE_C, 0 },
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | keyinfotable.h | 109 /* 67 */ { SDL_SCANCODE_C, KMOD_SHIFT }, 141 /* 99 */ { SDL_SCANCODE_C, 0 },
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | scancodes_xfree86.h | 79 /* 46 */ SDL_SCANCODE_C, 230 /* 46 */ SDL_SCANCODE_C, 459 /* 32 */ SDL_SCANCODE_C,
|
A D | scancodes_darwin.h | 38 /* 8 */ SDL_SCANCODE_C,
|
A D | scancodes_windows.h | 38 …HIFT, SDL_SCANCODE_BACKSLASH, SDL_SCANCODE_Z, SDL_SCANCODE_X, SDL_SCANCODE_C, SDL_SCANCO…
|
A D | scancodes_linux.h | 75 /* 46 */ SDL_SCANCODE_C,
|
/AliOS-Things-master/components/SDL2/src/video/qnx/ |
A D | keyboard.c | 58 [KEYCODE_C] = SDL_SCANCODE_C,
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_scancode.h | 56 SDL_SCANCODE_C = 6, enumerator
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidkeyboard.c | 74 SDL_SCANCODE_C, /* AKEYCODE_C */
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtkeyboard.cpp | 108 SDL_SCANCODE_C, /* VirtualKey.C -- 67 */
|
/AliOS-Things-master/components/SDL2/src/video/nacl/ |
A D | SDL_naclevents.c | 102 SDL_SCANCODE_C, /* DOM_VK_C 67 */
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenevents.c | 113 /* 67 */ SDL_SCANCODE_C,
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_events.c | 462 keymap[DIKI_C - DIKI_UNKNOWN] = SDL_SCANCODE_C; in DirectFB_InitOSKeymap()
|
Completed in 14 milliseconds