OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDLK_BACKSPACE
(Results
1 - 7
of
7
) sorted by null
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_keycode.h
53
SDLK_BACKSPACE
= '\b',
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_keycode.h
53
SDLK_BACKSPACE
= '\b',
/prebuilts/misc/windows/sdl2/include/
SDL_keycode.h
53
SDLK_BACKSPACE
= '\b',
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_keycode.h
53
SDLK_BACKSPACE
= '\b',
/prebuilts/misc/windows/sdl2/test/
testime.c
290
case
SDLK_BACKSPACE
:
controllermap.c
293
if (event.key.keysym.sym ==
SDLK_BACKSPACE
|| event.key.keysym.sym == SDLK_AC_BACK) {
/external/libvncserver/client_examples/
SDLvncviewer.c
84
case
SDLK_BACKSPACE
: k = XK_BackSpace; break;
Completed in 1951 milliseconds