Searched refs:p_mouse_x (Results 1 – 5 of 5) sorted by relevance
68 static float p_mouse_x, p_mouse_y; variable352 mouse_x = (float) (x_event.xmotion.x-p_mouse_x); in Mouse_Update()354 p_mouse_x=x_event.xmotion.x; in Mouse_Update()
60 int p_mouse_x; variable823 mouse_x = (float) (x_event.xmotion.x-p_mouse_x); in GetEvent()825 p_mouse_x=x_event.xmotion.x; in GetEvent()
94 int p_mouse_x; variable855 mouse_x = (float) (x_event.xmotion.x-p_mouse_x); in GetEvent()857 p_mouse_x=x_event.xmotion.x; in GetEvent()
54 int p_mouse_x; variable898 mouse_x = (float) (x_event.xmotion.x-p_mouse_x); in GetEvent()900 p_mouse_x=x_event.xmotion.x; in GetEvent()
50 int p_mouse_x; variable961 mouse_x = (float) (x_event.xmotion.x-p_mouse_x); in GetEvent()963 p_mouse_x=x_event.xmotion.x; in GetEvent()