Searched refs:SDL_SCANCODE_N (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | keyinfotable.h | 121 /* 78 */ { SDL_SCANCODE_N, KMOD_SHIFT }, 153 /* 110 */{ SDL_SCANCODE_N, 0 },
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | keyinfotable.h | 120 /* 78 */ { SDL_SCANCODE_N, KMOD_SHIFT }, 152 /* 110 */{ SDL_SCANCODE_N, 0 },
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | scancodes_xfree86.h | 82 /* 49 */ SDL_SCANCODE_N, 233 /* 49 */ SDL_SCANCODE_N, 470 /* 43 */ SDL_SCANCODE_N,
|
A D | scancodes_darwin.h | 75 /* 45 */ SDL_SCANCODE_N,
|
A D | scancodes_windows.h | 40 …SDL_SCANCODE_B, SDL_SCANCODE_N, SDL_SCANCODE_M, SDL_SCANCODE_COMMA, SDL_SCANCODE_PERIOD…
|
A D | scancodes_linux.h | 78 /* 49 */ SDL_SCANCODE_N,
|
/AliOS-Things-master/components/SDL2/src/video/qnx/ |
A D | keyboard.c | 69 [KEYCODE_N] = SDL_SCANCODE_N,
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_scancode.h | 67 SDL_SCANCODE_N = 17, enumerator
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidkeyboard.c | 85 SDL_SCANCODE_N, /* AKEYCODE_N */
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtkeyboard.cpp | 119 SDL_SCANCODE_N, /* VirtualKey.N -- 78 */
|
/AliOS-Things-master/components/SDL2/src/video/nacl/ |
A D | SDL_naclevents.c | 113 SDL_SCANCODE_N, /* DOM_VK_N 78 */
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenevents.c | 124 /* 78 */ SDL_SCANCODE_N,
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_events.c | 473 keymap[DIKI_N - DIKI_UNKNOWN] = SDL_SCANCODE_N; in DirectFB_InitOSKeymap()
|
Completed in 14 milliseconds