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

  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_amigaevents.c 61 deltax = xevent->xmotion.x - mouse_last.x;
62 deltay = xevent->xmotion.y - mouse_last.y;
66 mouse_last.x = xevent->xmotion.x;
67 mouse_last.y = xevent->xmotion.y;
76 deltax = xevent->xmotion.x - mouse_last.x;
77 deltay = xevent->xmotion.y - mouse_last.y;
81 mouse_last.x = xevent->xmotion.x;
82 mouse_last.y = xevent->xmotion.y;
85 mouse_last.x = w/2;
86 mouse_last.y = h/2
    [all...]
SDL_cgxvideo.h 74 } mouse_last; member in struct:SDL_PrivateVideoData
131 #define mouse_last (this->hidden->mouse_last) macro
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.h 95 } mouse_last; member in struct:SDL_PrivateVideoData
190 #define mouse_last (this->hidden->mouse_last) macro
SDL_x11events.c 335 deltax = xevent->xmotion.x - mouse_last.x;
336 deltay = xevent->xmotion.y - mouse_last.y;
340 mouse_last.x = xevent->xmotion.x;
341 mouse_last.y = xevent->xmotion.y;
350 deltax = xevent->xmotion.x - mouse_last.x;
351 deltay = xevent->xmotion.y - mouse_last.y;
355 mouse_last.x = xevent->xmotion.x;
356 mouse_last.y = xevent->xmotion.y;
359 mouse_last.x = w/2;
360 mouse_last.y = h/2
    [all...]
SDL_x11mouse.c 252 SDL_GetMouseState(&mouse_last.x, &mouse_last.y);

Completed in 46 milliseconds