Home
last modified time | relevance | path

Searched refs:SDLK_BACKSPACE (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_keyboard.c89 SDLK_BACKSPACE,
943 case SDLK_BACKSPACE: in SDL_GetKeyName()
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_bkeyboard.cc82 keymap[0x1e] = SDL_GetScancodeFromKey(SDLK_BACKSPACE); in BE_InitOSKeymap()
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/
DSDL_pspevents.c176 keymap[KEY_BACKSPACE] = SDLK_BACKSPACE; in PSP_InitOSKeymap()
/third_party/flutter/skia/tools/sk_app/ios/
DWindow_ios.cpp104 { SDLK_BACKSPACE, Window::Key::kBack }, in get_key()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_keycode.h53 SDLK_BACKSPACE = '\b', enumerator
/third_party/flutter/skia/third_party/externals/sdl/test/
Dcontrollermap.c292 … if (event.key.keysym.sym == SDLK_BACKSPACE || event.key.keysym.sym == SDLK_AC_BACK) { in WatchJoystick()
Dtestime.c708 case SDLK_BACKSPACE: in main()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11keyboard.c396 keymap[scancode] = SDLK_BACKSPACE; in X11_UpdateKeymap()