Home
last modified time | relevance | path

Searched refs:SDL_SCANCODE_APOSTROPHE (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/SDL2/src/core/android/
A Dkeyinfotable.h77 /* 34 */ { SDL_SCANCODE_APOSTROPHE, KMOD_SHIFT }, /* plus shift modifier '"' */
82 /* 39 */ { SDL_SCANCODE_APOSTROPHE, 0 }, /* ''' */
/AliOS-Things-master/components/SDL2/src/video/uikit/
A Dkeyinfotable.h76 /* 34 */ { SDL_SCANCODE_APOSTROPHE, KMOD_SHIFT }, /* plus shift modifier '"' */
81 /* 39 */ { SDL_SCANCODE_APOSTROPHE, 0 }, /* ''' */
/AliOS-Things-master/components/SDL2/src/events/
A Dscancodes_xfree86.h73 /* 40 */ SDL_SCANCODE_APOSTROPHE,
224 /* 40 */ SDL_SCANCODE_APOSTROPHE,
451 /* 24 */ SDL_SCANCODE_APOSTROPHE,
A Dscancodes_darwin.h69 /* 39 */ SDL_SCANCODE_APOSTROPHE,
A Dscancodes_windows.h38SDL_SCANCODE_APOSTROPHE, SDL_SCANCODE_GRAVE, SDL_SCANCODE_LSHIFT, SDL_SCANCODE_BACKSLASH, SDL_…
A Dscancodes_linux.h69 /* 40 */ SDL_SCANCODE_APOSTROPHE,
/AliOS-Things-master/components/SDL2/src/video/qnx/
A Dkeyboard.c35 [KEYCODE_APOSTROPHE] = SDL_SCANCODE_APOSTROPHE,
/AliOS-Things-master/components/SDL2/include/
A DSDL_scancode.h129 SDL_SCANCODE_APOSTROPHE = 52, enumerator
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidkeyboard.c118 SDL_SCANCODE_APOSTROPHE, /* AKEYCODE_APOSTROPHE */
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtkeyboard.cpp248 …case 222: return SDL_SCANCODE_APOSTROPHE; /* VK_OEM_7, 'single/double quote' on US standard keyb… in WINRT_TranslateUnofficialKeycode()
/AliOS-Things-master/components/SDL2/src/video/nacl/
A DSDL_naclevents.c257 SDL_SCANCODE_APOSTROPHE, /* DOM_VK_QUOTE 222 */
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11keyboard.c148 { XK_apostrophe, SDL_SCANCODE_APOSTROPHE },
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenevents.c268 /* 222 */ SDL_SCANCODE_APOSTROPHE, /*FX, D3E legacy*/
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_events.c571 keymap[DIKI_QUOTE_RIGHT - DIKI_UNKNOWN] = SDL_SCANCODE_APOSTROPHE; /* AC11 */ in DirectFB_InitOSKeymap()

Completed in 15 milliseconds