OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_GETEVENT
(Results
1 - 8
of
8
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/events/
SDL_expose.c
38
SDL_GETEVENT
, SDL_VIDEOEXPOSEMASK);
SDL_resize.c
56
SDL_GETEVENT
, SDL_VIDEORESIZEMASK);
SDL_events.c
349
if ( action ==
SDL_GETEVENT
) {
398
if ( SDL_PeepEvents(event, 1,
SDL_GETEVENT
, SDL_ALLEVENTS) <= 0 )
407
switch(SDL_PeepEvents(event, 1,
SDL_GETEVENT
, SDL_ALLEVENTS)) {
/external/qemu/distrib/sdl-1.2.15/test/
threadwin.c
139
found = SDL_PeepEvents(events, 10,
SDL_GETEVENT
, mask);
176
found = SDL_PeepEvents(events, 10,
SDL_GETEVENT
, mask);
/external/qemu/distrib/sdl-1.2.15/include/
SDL_events.h
256
SDL_GETEVENT
267
* If 'action' is
SDL_GETEVENT
, up to 'numevents' events at the front
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_events.h
256
SDL_GETEVENT
267
* If 'action' is
SDL_GETEVENT
, up to 'numevents' events at the front
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_events.h
256
SDL_GETEVENT
267
* If 'action' is
SDL_GETEVENT
, up to 'numevents' events at the front
/prebuilts/tools/windows/sdl/include/SDL/
SDL_events.h
256
SDL_GETEVENT
267
* If 'action' is
SDL_GETEVENT
, up to 'numevents' events at the front
Completed in 132 milliseconds