OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDLK_SPACE
(Results
1 - 9
of
9
) sorted by null
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_keycode.h
55
SDLK_SPACE
= ' ',
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_keycode.h
55
SDLK_SPACE
= ' ',
/prebuilts/misc/windows/sdl2/include/
SDL_keycode.h
55
SDLK_SPACE
= ' ',
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_keycode.h
55
SDLK_SPACE
= ' ',
/prebuilts/misc/windows/sdl2/test/
testoverlay2.c
417
if (event.key.keysym.sym ==
SDLK_SPACE
) {
controllermap.c
302
if (event.key.keysym.sym ==
SDLK_SPACE
) {
testgesture.c
240
case
SDLK_SPACE
:
testshader.c
474
if ( event.key.keysym.sym ==
SDLK_SPACE
) {
/external/libvncserver/client_examples/
SDLvncviewer.c
90
case
SDLK_SPACE
: k = XK_space; break;
Completed in 2296 milliseconds