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

  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.h 112 int mouse_relative; member in struct:SDL_PrivateVideoData
146 #define mouse_relative (this->hidden->mouse_relative) macro
SDL_ph_mouse.c 186 mouse_relative = 1;
190 mouse_relative = 0;
SDL_ph_events.c 145 if (mouse_relative)
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11mouse.c 174 } else if ( mouse_relative) {
247 if ( ! mouse_relative ) {
263 mouse_relative = 1;
266 if ( mouse_relative ) {
275 mouse_relative = 0;
SDL_x11video.h 101 int mouse_relative; member in struct:SDL_PrivateVideoData
192 #define mouse_relative (this->hidden->mouse_relative) macro
SDL_x11events.c 516 if ( mouse_relative ) {
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.h 80 int mouse_relative; member in struct:SDL_PrivateVideoData
133 #define mouse_relative (this->hidden->mouse_relative) macro
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysmouse.cc 147 mouse_relative = 1;
149 mouse_relative = 0;
SDL_BWin.h 44 extern int mouse_relative;
SDL_sysevents.cc 33 int mouse_relative = 0; variable
214 if ( mouse_relative ) {
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysmouse.c 213 } else if ( mouse_relative) {
253 mouse_relative = 1;
255 mouse_relative = 0;
258 mouse_relative = 0;
SDL_lowvideo.h 116 extern int mouse_relative;
SDL_sysevents.c 76 int mouse_relative = 0; variable
437 if ( mouse_relative ) {
547 if ( mouse_relative ) {
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.h 84 SDL_bool mouse_relative; /* Report relative mouse movement */ member in struct:SDL_PrivateVideoData
131 #define GEM_mouse_relative (this->hidden->mouse_relative)
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosevents.c 219 int mouse_relative = 0; variable
228 mouse_relative = 1;
230 mouse_relative = 0;
305 if (mouse_relative)

Completed in 130 milliseconds