HomeSort by relevance Sort by last modified time
    Searched refs:SDL_APPINPUTFOCUS (Results 1 - 24 of 24) sorted by null

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_active.h 39 #define SDL_APPINPUTFOCUS 0x02 /* The app has input focus */
45 * bitwise combination of SDL_APPMOUSEFOCUS, SDL_APPINPUTFOCUS, and
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_active.h 39 #define SDL_APPINPUTFOCUS 0x02 /* The app has input focus */
45 * bitwise combination of SDL_APPMOUSEFOCUS, SDL_APPINPUTFOCUS, and
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_active.h 39 #define SDL_APPINPUTFOCUS 0x02 /* The app has input focus */
45 * bitwise combination of SDL_APPMOUSEFOCUS, SDL_APPINPUTFOCUS, and
  /prebuilt/windows/sdl/include/SDL/
SDL_active.h 39 #define SDL_APPINPUTFOCUS 0x02 /* The app has input focus */
45 * bitwise combination of SDL_APPMOUSEFOCUS, SDL_APPINPUTFOCUS, and
  /prebuilt/windows/sdl/host/include/SDL/
SDL_active.h 41 #define SDL_APPINPUTFOCUS 0x02 /* The app has input focus */
47 * bitwise combination of SDL_APPMOUSEFOCUS, SDL_APPINPUTFOCUS, and
  /external/qemu/distrib/sdl-1.2.12/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.12/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.12/src/video/cybergfx/
SDL_amigaevents.c 148 posted = SDL_PrivateAppActive(1, SDL_APPINPUTFOCUS);
157 posted = SDL_PrivateAppActive(0, SDL_APPINPUTFOCUS);
220 posted=SDL_PrivateAppActive(0, SDL_APPACTIVE|SDL_APPINPUTFOCUS);
  /external/qemu/distrib/sdl-1.2.12/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.12/src/video/gem/
SDL_gemevents.c 188 SDL_PrivateAppActive(1, SDL_APPINPUTFOCUS);
258 SDL_PrivateAppActive(0, SDL_APPINPUTFOCUS);
SDL_gemmouse.c 169 const Uint8 full_focus = (SDL_APPACTIVE|SDL_APPINPUTFOCUS|SDL_APPMOUSEFOCUS);
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_BWin.h 209 SDL_PrivateAppActive(active, SDL_APPINPUTFOCUS);
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysevents.c 359 appstate = SDL_APPACTIVE|SDL_APPINPUTFOCUS;
363 if ( !(SDL_GetAppState()&SDL_APPINPUTFOCUS) ) {
384 appstate = SDL_APPINPUTFOCUS;
391 if ( SDL_GetAppState() & SDL_APPINPUTFOCUS ) {
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzEvents.m 631 SDL_PrivateAppActive (1, SDL_APPINPUTFOCUS | (QZ_IsMouseInWindow (this) ? SDL_APPMOUSEFOCUS : 0));
652 SDL_PrivateAppActive (0, SDL_APPINPUTFOCUS | SDL_APPMOUSEFOCUS);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11mouse.c 229 const Uint8 full_focus = (SDL_APPACTIVE|SDL_APPINPUTFOCUS|SDL_APPMOUSEFOCUS);
SDL_x11events.c 466 posted = SDL_PrivateAppActive(1, SDL_APPINPUTFOCUS);
484 posted = SDL_PrivateAppActive(0, SDL_APPINPUTFOCUS);
785 SDL_APPACTIVE|SDL_APPINPUTFOCUS);
    [all...]
SDL_x11wm.c 514 SDL_PrivateAppActive(1, SDL_APPINPUTFOCUS);
  /external/qemu/distrib/sdl-1.2.12/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.12/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.12/src/video/qtopia/
SDL_QWin.cc 69 SDL_PrivateAppActive(true, SDL_APPINPUTFOCUS);
74 SDL_PrivateAppActive(false, SDL_APPINPUTFOCUS);
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 1031 if ( SDL_GetAppState() & SDL_APPINPUTFOCUS ) {
1048 if ( SDL_GetAppState() & SDL_APPINPUTFOCUS ) {
1083 if ( SDL_GetAppState() & SDL_APPINPUTFOCUS ) {
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbevents.c 927 SDL_PrivateAppActive(0, (SDL_APPACTIVE|SDL_APPINPUTFOCUS|SDL_APPMOUSEFOCUS));
961 SDL_PrivateAppActive(1, (SDL_APPACTIVE|SDL_APPINPUTFOCUS|SDL_APPMOUSEFOCUS));
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events.c 597 if ( SDL_GetAppState() & SDL_APPINPUTFOCUS ) {
  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.c     [all...]

Completed in 340 milliseconds