Searched refs:mouse_last (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.h92 } mouse_last; member in struct:SDL_PrivateVideoData
184 #define mouse_last (this->hidden->mouse_last) macro
H A DSDL_x11events.c341 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
[all...]
H A DSDL_x11mouse.c256 SDL_GetMouseState(&mouse_last.x, &mouse_last.y);

Completed in 175 milliseconds