OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_EventOK
(Results
1 - 9
of
9
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/events/
SDL_expose.c
45
if ( (
SDL_EventOK
== NULL) || (*
SDL_EventOK
)(&event) ) {
SDL_active.c
80
if ( (
SDL_EventOK
== NULL) || (*
SDL_EventOK
)(&event) ) {
SDL_resize.c
65
if ( (
SDL_EventOK
== NULL) || (*
SDL_EventOK
)(&event) ) {
SDL_events_c.h
49
extern SDL_EventFilter
SDL_EventOK
;
SDL_mouse.c
189
if ( (
SDL_EventOK
== NULL) || (*
SDL_EventOK
)(&event) ) {
261
if ( (
SDL_EventOK
== NULL) || (*
SDL_EventOK
)(&event) ) {
SDL_quit.c
118
if ( (
SDL_EventOK
== NULL) || (*
SDL_EventOK
)(&event) ) {
SDL_events.c
36
SDL_EventFilter
SDL_EventOK
= NULL;
237
SDL_EventOK
= NULL;
427
SDL_EventOK
= filter;
434
return(
SDL_EventOK
);
495
if ( (
SDL_EventOK
== NULL) || (*
SDL_EventOK
)(&event) ) {
SDL_keyboard.c
562
if ( (
SDL_EventOK
== NULL) ||
SDL_EventOK
(&event) ) {
588
if ( (
SDL_EventOK
== NULL) ||
SDL_EventOK
(&SDL_KeyRepeat.evt) ) {
/external/qemu/distrib/sdl-1.2.15/src/joystick/
SDL_joystick.c
453
if ( (
SDL_EventOK
== NULL) || (*
SDL_EventOK
)(&event) ) {
483
if ( (
SDL_EventOK
== NULL) || (*
SDL_EventOK
)(&event) ) {
516
if ( (
SDL_EventOK
== NULL) || (*
SDL_EventOK
)(&event) ) {
559
if ( (
SDL_EventOK
== NULL) || (*
SDL_EventOK
)(&event) ) {
Completed in 671 milliseconds