Home
last modified time | relevance | path

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

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