OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_QUIT
(Results
1 - 25
of
41
) sorted by null
1
2
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/
main.c
36
SDL_Quit
();
53
case
SDL_QUIT
:
63
SDL_Quit
();
SDLMain.m
74
/* Post a
SDL_QUIT
event */
76
event.type =
SDL_QUIT
;
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/
main.c
36
SDL_Quit
();
53
case
SDL_QUIT
:
63
SDL_Quit
();
SDLMain.m
74
/* Post a
SDL_QUIT
event */
76
event.type =
SDL_QUIT
;
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/
main.c
36
SDL_Quit
();
53
case
SDL_QUIT
:
63
SDL_Quit
();
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/
main.c
36
SDL_Quit
();
53
case
SDL_QUIT
:
63
SDL_Quit
();
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/
main.c
36
SDL_Quit
();
53
case
SDL_QUIT
:
63
SDL_Quit
();
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/
main.c
36
SDL_Quit
();
53
case
SDL_QUIT
:
63
SDL_Quit
();
/external/qemu/distrib/sdl-1.2.15/src/events/
SDL_quit.c
115
if ( SDL_ProcessEvents[
SDL_QUIT
] == SDL_ENABLE ) {
117
event.type =
SDL_QUIT
;
/external/qemu/distrib/sdl-1.2.15/include/
SDL_events.h
37
#include "
SDL_quit
.h"
65
SDL_QUIT
, /**< User-requested quit */
112
SDL_QUITMASK = SDL_EVENTMASK(
SDL_QUIT
),
207
Uint8 type; /**<
SDL_QUIT
*/
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_events.h
37
#include "
SDL_quit
.h"
65
SDL_QUIT
, /**< User-requested quit */
112
SDL_QUITMASK = SDL_EVENTMASK(
SDL_QUIT
),
207
Uint8 type; /**<
SDL_QUIT
*/
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_events.h
37
#include "
SDL_quit
.h"
65
SDL_QUIT
, /**< User-requested quit */
112
SDL_QUITMASK = SDL_EVENTMASK(
SDL_QUIT
),
207
Uint8 type; /**<
SDL_QUIT
*/
/prebuilts/tools/windows/sdl/include/SDL/
SDL_events.h
37
#include "
SDL_quit
.h"
65
SDL_QUIT
, /**< User-requested quit */
112
SDL_QUITMASK = SDL_EVENTMASK(
SDL_QUIT
),
207
Uint8 type; /**<
SDL_QUIT
*/
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/
main.c
81
SDL_Quit
();
119
case
SDL_QUIT
:
176
SDL_Quit
();
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/
main.c
81
SDL_Quit
();
119
case
SDL_QUIT
:
176
SDL_Quit
();
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/
main.c
81
SDL_Quit
();
119
case
SDL_QUIT
:
176
SDL_Quit
();
/external/qemu/distrib/sdl-1.2.15/test/
checkkeys.c
16
SDL_Quit
();
136
case
SDL_QUIT
:
144
SDL_Quit
();
testcursor.c
167
SDL_Quit
();
174
SDL_Quit
();
181
SDL_Quit
();
201
case
SDL_QUIT
:
214
SDL_Quit
();
testbitmap.c
14
SDL_Quit
();
173
case
SDL_QUIT
:
182
SDL_Quit
();
testgamma.c
14
SDL_Quit
();
148
case
SDL_QUIT
: /* Quit now */
195
SDL_Quit
();
testjoystick.c
90
case
SDL_QUIT
:
testwm.c
19
SDL_Quit
();
312
case
SDL_QUIT
:
430
case
SDL_QUIT
:
441
SDL_Quit
();
graywin.c
233
case
SDL_QUIT
:
255
SDL_Quit
();
threadwin.c
20
SDL_Quit
();
107
case
SDL_QUIT
:
336
SDL_Quit
();
/sdk/emulator/opengl/tests/emulator_test_renderer/
main.cpp
187
case
SDL_QUIT
:
Completed in 889 milliseconds
1
2