OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_IGNORE
(Results
1 - 7
of
7
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/events/
SDL_events.c
242
SDL_ProcessEvents[SDL_SYSWMEVENT] =
SDL_IGNORE
;
444
current_state =
SDL_IGNORE
;
446
if ( SDL_ProcessEvents[type] !=
SDL_IGNORE
) {
464
case
SDL_IGNORE
:
/external/qemu/distrib/sdl-1.2.15/include/
SDL_events.h
335
#define
SDL_IGNORE
0
342
* If 'state' is set to
SDL_IGNORE
, that event will be automatically dropped
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_events.h
335
#define
SDL_IGNORE
0
342
* If 'state' is set to
SDL_IGNORE
, that event will be automatically dropped
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_events.h
335
#define
SDL_IGNORE
0
342
* If 'state' is set to
SDL_IGNORE
, that event will be automatically dropped
/prebuilts/tools/windows/sdl/include/SDL/
SDL_events.h
335
#define
SDL_IGNORE
0
342
* If 'state' is set to
SDL_IGNORE
, that event will be automatically dropped
/external/qemu/distrib/sdl-1.2.15/src/joystick/
SDL_joystick.c
580
return
SDL_IGNORE
;
590
state =
SDL_IGNORE
;
/external/qemu/distrib/sdl-1.2.15/test/
testoverlay2.c
509
SDL_EventState(SDL_KEYUP,
SDL_IGNORE
);
Completed in 103 milliseconds