OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_ENABLE
(Results
1 - 17
of
17
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/events/
SDL_expose.c
42
if ( SDL_ProcessEvents[SDL_VIDEOEXPOSE] ==
SDL_ENABLE
) {
SDL_active.c
74
if ( SDL_ProcessEvents[SDL_ACTIVEEVENT] ==
SDL_ENABLE
) {
SDL_quit.c
83
if ( SDL_ProcessEvents[SDL_QUIT] ==
SDL_ENABLE
) {
SDL_resize.c
64
if ( SDL_ProcessEvents[SDL_VIDEORESIZE] ==
SDL_ENABLE
) {
SDL_events.c
236
SDL_memset(SDL_ProcessEvents,
SDL_ENABLE
,sizeof(SDL_ProcessEvents));
445
current_state =
SDL_ENABLE
;
448
if ( state ==
SDL_ENABLE
) {
463
case
SDL_ENABLE
:
466
if ( state ==
SDL_ENABLE
) {
488
if ( SDL_ProcessEvents[SDL_SYSWMEVENT] ==
SDL_ENABLE
) {
SDL_mouse.c
175
if ( SDL_ProcessEvents[SDL_MOUSEMOTION] ==
SDL_ENABLE
) {
251
if ( SDL_ProcessEvents[event.type] ==
SDL_ENABLE
) {
SDL_keyboard.c
515
if ( SDL_ProcessEvents[event.type] ==
SDL_ENABLE
) {
/external/qemu/distrib/sdl-1.2.12/src/joystick/
SDL_joystick.c
429
if ( SDL_ProcessEvents[SDL_JOYAXISMOTION] ==
SDL_ENABLE
) {
454
if ( SDL_ProcessEvents[SDL_JOYHATMOTION] ==
SDL_ENABLE
) {
481
if ( SDL_ProcessEvents[SDL_JOYBALLMOTION] ==
SDL_ENABLE
) {
522
if ( SDL_ProcessEvents[event.type] ==
SDL_ENABLE
) {
560
if ( state ==
SDL_ENABLE
) {
/external/qemu/distrib/sdl-1.2.12/include/
SDL_events.h
320
If 'state' is set to
SDL_ENABLE
, that event will be processed normally.
327
#define
SDL_ENABLE
1
/prebuilt/darwin-x86/sdl/include/SDL/
SDL_events.h
320
If 'state' is set to
SDL_ENABLE
, that event will be processed normally.
327
#define
SDL_ENABLE
1
/prebuilt/linux-x86/sdl/include/SDL/
SDL_events.h
320
If 'state' is set to
SDL_ENABLE
, that event will be processed normally.
327
#define
SDL_ENABLE
1
/prebuilt/windows/sdl/host/include/SDL/
SDL_events.h
317
If 'state' is set to
SDL_ENABLE
, that event will be processed normally.
324
#define
SDL_ENABLE
1
/prebuilt/windows/sdl/include/SDL/
SDL_events.h
320
If 'state' is set to
SDL_ENABLE
, that event will be processed normally.
327
#define
SDL_ENABLE
1
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_amigaevents.c
268
if ( SDL_ProcessEvents[SDL_SYSWMEVENT] ==
SDL_ENABLE
) {
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11events.c
849
if ( SDL_ProcessEvents[SDL_SYSWMEVENT] ==
SDL_ENABLE
) {
876
if ( SDL_ProcessEvents[SDL_SYSWMEVENT] ==
SDL_ENABLE
) {
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibevents.c
242
if ( SDL_ProcessEvents[SDL_SYSWMEVENT] ==
SDL_ENABLE
) {
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events.c
548
if ( SDL_ProcessEvents[SDL_SYSWMEVENT] ==
SDL_ENABLE
) {
Completed in 721 milliseconds