Searched refs:p_mouse_x (Results 1 - 5 of 5) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dgl_vidlinux_x11.c68 static float p_mouse_x, p_mouse_y; variable
352 mouse_x = (float) (x_event.xmotion.x-p_mouse_x);
354 p_mouse_x=x_event.xmotion.x;
H A Dvid_x.c60 int p_mouse_x; variable
823 mouse_x = (float) (x_event.xmotion.x-p_mouse_x);
825 p_mouse_x=x_event.xmotion.x;
/external/quake/quake/src/WinQuake/
H A Dvid_sunx.cpp50 int p_mouse_x; variable
961 mouse_x = (float) (x_event.xmotion.x-p_mouse_x);
963 p_mouse_x=x_event.xmotion.x;
H A Dvid_sunxil.cpp94 int p_mouse_x; variable
855 mouse_x = (float) (x_event.xmotion.x-p_mouse_x);
857 p_mouse_x=x_event.xmotion.x;
H A Dvid_x.cpp54 int p_mouse_x; variable
898 mouse_x = (float) (x_event.xmotion.x-p_mouse_x);
900 p_mouse_x=x_event.xmotion.x;

Completed in 78 milliseconds