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

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.h 92 } mouse_last; member in struct:SDL_PrivateVideoData
184 #define mouse_last (this->hidden->mouse_last) macro
SDL_x11events.c 341 deltax = xevent->xmotion.x - mouse_last.x;
342 deltay = xevent->xmotion.y - mouse_last.y;
346 mouse_last.x = xevent->xmotion.x;
347 mouse_last.y = xevent->xmotion.y;
356 deltax = xevent->xmotion.x - mouse_last.x;
357 deltay = xevent->xmotion.y - mouse_last.y;
361 mouse_last.x = xevent->xmotion.x;
362 mouse_last.y = xevent->xmotion.y;
365 mouse_last.x = w/2;
366 mouse_last.y = h/2
    [all...]
SDL_x11mouse.c 256 SDL_GetMouseState(&mouse_last.x, &mouse_last.y);

Completed in 22 milliseconds