Searched refs:SDL_SCANCODE_P (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | keyinfotable.h | 123 /* 80 */ { SDL_SCANCODE_P, KMOD_SHIFT }, 155 /* 112 */{ SDL_SCANCODE_P, 0 },
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | keyinfotable.h | 122 /* 80 */ { SDL_SCANCODE_P, KMOD_SHIFT }, 154 /* 112 */{ SDL_SCANCODE_P, 0 },
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | scancodes_xfree86.h | 58 /* 25 */ SDL_SCANCODE_P, 209 /* 25 */ SDL_SCANCODE_P, 472 /* 45 */ SDL_SCANCODE_P,
|
A D | scancodes_darwin.h | 65 /* 35 */ SDL_SCANCODE_P,
|
A D | scancodes_windows.h | 35 …SDL_SCANCODE_O, SDL_SCANCODE_P, SDL_SCANCODE_LEFTBRACKET, SDL_SCANCODE_RIGHTBRACKET, SDL_SCA…
|
A D | scancodes_linux.h | 54 /* 25 */ SDL_SCANCODE_P,
|
/AliOS-Things-master/components/SDL2/src/video/qnx/ |
A D | keyboard.c | 71 [KEYCODE_P] = SDL_SCANCODE_P,
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_scancode.h | 69 SDL_SCANCODE_P = 19, enumerator
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidkeyboard.c | 87 SDL_SCANCODE_P, /* AKEYCODE_P */
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtkeyboard.cpp | 121 SDL_SCANCODE_P, /* VirtualKey.P -- 80 */
|
/AliOS-Things-master/components/SDL2/src/video/nacl/ |
A D | SDL_naclevents.c | 115 SDL_SCANCODE_P, /* DOM_VK_P 80 */
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenevents.c | 126 /* 80 */ SDL_SCANCODE_P,
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_events.c | 475 keymap[DIKI_P - DIKI_UNKNOWN] = SDL_SCANCODE_P; in DirectFB_InitOSKeymap()
|
Completed in 15 milliseconds