OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:my_accum
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/QW/client/
in_win.c
40
int mouse_x, mouse_y, old_mouse_x, old_mouse_y, mx_accum,
my_accum
;
variable
674
my = current_pos.y - window_center_y +
my_accum
;
676
my_accum
= 0;
760
my_accum
+= current_pos.y - window_center_y;
779
my_accum
= 0;
/external/quake/quake/src/WinQuake/
in_win.cpp
40
int mouse_x, mouse_y, old_mouse_x, old_mouse_y, mx_accum,
my_accum
;
variable
675
my = current_pos.y - window_center_y +
my_accum
;
677
my_accum
= 0;
766
my_accum
+= current_pos.y - window_center_y;
786
my_accum
= 0;
Completed in 72 milliseconds