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

/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dblinking-teapot.c17 static int mouse_old_x, mouse_old_y; variable in typeref:typename:int
142 mouse_old_y = y;
151 dy = y - mouse_old_y;
164 mouse_old_y = y;

Completed in 3 milliseconds