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

  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysmouse.cc 146 (_this->input_grab != SDL_GRAB_OFF) ) {
SDL_sysevents.cc 177 if (view->input_grab != SDL_GRAB_OFF)
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemmouse.c 179 && (this->input_grab != SDL_GRAB_OFF)
SDL_gemevents.c 125 if (this->input_grab == SDL_GRAB_OFF) {
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_mouse.c 184 if ( !(SDL_cursorstate & CURSOR_VISIBLE) && (this->input_grab != SDL_GRAB_OFF))
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysevents.c 276 if ( this->input_grab != SDL_GRAB_OFF ) {
304 if ( this->input_grab != SDL_GRAB_OFF ) {
604 if ( this->input_grab != SDL_GRAB_OFF ) {
SDL_sysmouse.c 251 (this->input_grab != SDL_GRAB_OFF) ) {
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c     [all...]
SDL_sysvideo.h 287 SDL_GrabMode input_grab; member in struct:SDL_VideoDevice
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11events.c 432 if ( this->input_grab == SDL_GRAB_OFF ) {
453 if ( this->input_grab == SDL_GRAB_OFF ) {
813 X11_GrabInputNoLock(this, this->input_grab);
977 X11_GrabInputNoLock(this, this->input_grab);
    [all...]
SDL_x11mouse.c 249 (this->input_grab != SDL_GRAB_OFF) &&
SDL_x11modes.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosevents.c 227 (this->input_grab != SDL_GRAB_OFF) ) {

Completed in 113 milliseconds