Searched refs:input_grab (Results 1 - 13 of 13) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysmouse.cc146 (_this->input_grab != SDL_GRAB_OFF) ) {
H A DSDL_sysevents.cc177 if (view->input_grab != SDL_GRAB_OFF)
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemmouse.c179 && (this->input_grab != SDL_GRAB_OFF)
H A DSDL_gemevents.c125 if (this->input_grab == SDL_GRAB_OFF) {
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_mouse.c184 if ( !(SDL_cursorstate & CURSOR_VISIBLE) && (this->input_grab != SDL_GRAB_OFF))
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_sysevents.c276 if ( this->input_grab != SDL_GRAB_OFF ) {
304 if ( this->input_grab != SDL_GRAB_OFF ) {
604 if ( this->input_grab != SDL_GRAB_OFF ) {
H A DSDL_sysmouse.c251 (this->input_grab != SDL_GRAB_OFF) ) {
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_video.c1842 return(video->input_grab);
1850 if ( video->input_grab != SDL_GRAB_OFF ) {
1854 if ( video->input_grab == SDL_GRAB_OFF ) {
1858 if ( mode != video->input_grab ) {
1859 video->input_grab = mode;
1865 printf("Final mode %d\n", video->input_grab);
1885 mode = video->input_grab;
1962 SDL_WM_GrabInput(video->input_grab);
H A DSDL_sysvideo.h287 SDL_GrabMode input_grab; member in struct:SDL_VideoDevice
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11events.c432 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);
H A DSDL_x11mouse.c249 (this->input_grab != SDL_GRAB_OFF) &&
H A DSDL_x11modes.c1067 X11_GrabInputNoLock(this, this->input_grab | SDL_GRAB_FULLSCREEN);
1125 /* If we get popped out of fullscreen mode for some reason, input_grab
1130 X11_GrabInputNoLock(this, this->input_grab & ~SDL_GRAB_FULLSCREEN);
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscosevents.c227 (this->input_grab != SDL_GRAB_OFF) ) {

Completed in 291 milliseconds