/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_active.h | 43 #define SDL_APPINPUTFOCUS 0x02 /**< The app has input focus */ 50 * bitwise combination of SDL_APPMOUSEFOCUS, SDL_APPINPUTFOCUS, and
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_active.h | 43 #define SDL_APPINPUTFOCUS 0x02 /**< The app has input focus */ 50 * bitwise combination of SDL_APPMOUSEFOCUS, SDL_APPINPUTFOCUS, and
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_active.h | 43 #define SDL_APPINPUTFOCUS 0x02 /**< The app has input focus */ 50 * bitwise combination of SDL_APPMOUSEFOCUS, SDL_APPINPUTFOCUS, and
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_active.h | 43 #define SDL_APPINPUTFOCUS 0x02 /**< The app has input focus */ 50 * bitwise combination of SDL_APPMOUSEFOCUS, SDL_APPINPUTFOCUS, and
|
/external/qemu/distrib/sdl-1.2.15/src/events/ |
SDL_active.c | 37 SDL_appstate = (SDL_APPACTIVE|SDL_APPINPUTFOCUS|SDL_APPMOUSEFOCUS); 87 if ( (state & SDL_APPINPUTFOCUS) && !gain ) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/ |
SDL_wimppoll.c | 238 if (message[0] == sdlWindow) SDL_PrivateAppActive(0, SDL_APPINPUTFOCUS); 244 if (message[0] == sdlWindow) SDL_PrivateAppActive(1, SDL_APPINPUTFOCUS);
|
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/ |
SDL_nxevents.c | 200 SDL_PrivateAppActive (1, SDL_APPINPUTFOCUS) ; 207 SDL_PrivateAppActive (0, SDL_APPINPUTFOCUS) ; 339 SDL_PrivateAppActive (0, SDL_APPACTIVE | SDL_APPINPUTFOCUS) ;
|
/external/qemu/distrib/sdl-1.2.15/src/video/gem/ |
SDL_gemevents.c | 193 SDL_PrivateAppActive(1, SDL_APPINPUTFOCUS); 263 SDL_PrivateAppActive(0, SDL_APPINPUTFOCUS);
|
SDL_gemmouse.c | 170 const Uint8 full_focus = (SDL_APPACTIVE|SDL_APPINPUTFOCUS|SDL_APPMOUSEFOCUS);
|
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
SDL_BWin.h | 210 SDL_PrivateAppActive(active, SDL_APPINPUTFOCUS);
|
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
SDL_sysevents.c | 274 appstate = SDL_APPACTIVE|SDL_APPINPUTFOCUS; 275 if ( !(SDL_GetAppState() & SDL_APPINPUTFOCUS) ) { 298 appstate = SDL_APPINPUTFOCUS; 303 if ( SDL_GetAppState() & SDL_APPINPUTFOCUS ) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/ |
SDL_epocevents.cpp | 355 posted += SDL_PrivateAppActive(1, SDL_APPINPUTFOCUS|SDL_APPMOUSEFOCUS); 368 posted += SDL_PrivateAppActive(0, SDL_APPINPUTFOCUS|SDL_APPMOUSEFOCUS);
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
SDL_QuartzEvents.m | 707 SDL_PrivateAppActive (1, SDL_APPINPUTFOCUS | (QZ_IsMouseInWindow (this) ? SDL_APPMOUSEFOCUS : 0)); 730 SDL_PrivateAppActive (0, SDL_APPINPUTFOCUS | SDL_APPMOUSEFOCUS); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/ |
SDL_epocevents.cpp | 169 posted += SDL_PrivateAppActive(1, SDL_APPINPUTFOCUS|SDL_APPMOUSEFOCUS); 194 posted += SDL_PrivateAppActive(0, SDL_APPINPUTFOCUS|SDL_APPMOUSEFOCUS);
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11mouse.c | 229 const Uint8 full_focus = (SDL_APPACTIVE|SDL_APPINPUTFOCUS|SDL_APPMOUSEFOCUS);
|
SDL_x11events.c | 469 posted = SDL_PrivateAppActive(1, SDL_APPINPUTFOCUS); 487 posted = SDL_PrivateAppActive(0, SDL_APPINPUTFOCUS); 790 SDL_APPACTIVE|SDL_APPINPUTFOCUS); [all...] |
SDL_x11wm.c | 513 SDL_PrivateAppActive(1, SDL_APPINPUTFOCUS);
|
/external/qemu/distrib/sdl-1.2.15/test/ |
threadwin.c | 94 if ( event->active.state & SDL_APPINPUTFOCUS )
|
testwm.c | 248 if ( event->active.state & SDL_APPINPUTFOCUS )
|
testgl.c | 85 } else if ( event->active.state & SDL_APPINPUTFOCUS ) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/ |
SDL_macevents.c | 86 return(SDL_PrivateAppActive(activate, SDL_APPINPUTFOCUS)); 160 if ( SDL_GetAppState() & SDL_APPINPUTFOCUS ) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
SDL_ph_events.c | 200 posted = SDL_PrivateAppActive(0, SDL_APPINPUTFOCUS); 206 posted = SDL_PrivateAppActive(1, SDL_APPINPUTFOCUS);
|
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/ |
SDL_QWin.cc | 69 SDL_PrivateAppActive(true, SDL_APPINPUTFOCUS); 74 SDL_PrivateAppActive(false, SDL_APPINPUTFOCUS);
|
/external/qemu/distrib/sdl-1.2.15/src/video/windib/ |
SDL_dibvideo.c | 1108 if ( SDL_GetAppState() & SDL_APPINPUTFOCUS ) { 1125 if ( SDL_GetAppState() & SDL_APPINPUTFOCUS ) { 1160 if ( SDL_GetAppState() & SDL_APPINPUTFOCUS ) { [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
SDL_fbevents.c | 936 SDL_PrivateAppActive(0, (SDL_APPACTIVE|SDL_APPINPUTFOCUS|SDL_APPMOUSEFOCUS)); 970 SDL_PrivateAppActive(1, (SDL_APPACTIVE|SDL_APPINPUTFOCUS|SDL_APPMOUSEFOCUS));
|