OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_QUITMASK
(Results
1 - 9
of
9
) sorted by null
/external/qemu/distrib/sdl-1.2.15/include/
SDL_quit.h
53
(SDL_PumpEvents(), SDL_PeepEvents(NULL,0,SDL_PEEKEVENT,
SDL_QUITMASK
))
SDL_events.h
112
SDL_QUITMASK
= SDL_EVENTMASK(SDL_QUIT),
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_quit.h
53
(SDL_PumpEvents(), SDL_PeepEvents(NULL,0,SDL_PEEKEVENT,
SDL_QUITMASK
))
SDL_events.h
112
SDL_QUITMASK
= SDL_EVENTMASK(SDL_QUIT),
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_quit.h
53
(SDL_PumpEvents(), SDL_PeepEvents(NULL,0,SDL_PEEKEVENT,
SDL_QUITMASK
))
SDL_events.h
112
SDL_QUITMASK
= SDL_EVENTMASK(SDL_QUIT),
/prebuilts/tools/windows/sdl/include/SDL/
SDL_quit.h
53
(SDL_PumpEvents(), SDL_PeepEvents(NULL,0,SDL_PEEKEVENT,
SDL_QUITMASK
))
SDL_events.h
112
SDL_QUITMASK
= SDL_EVENTMASK(SDL_QUIT),
/external/qemu/distrib/sdl-1.2.15/test/
threadwin.c
328
if ( SDL_PeepEvents(NULL, 0, SDL_PEEKEVENT,
SDL_QUITMASK
) ) {
Completed in 492 milliseconds