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

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Ddmxevents.c293 int thisY = 0; local in function:dmxExtMotion
311 thisY = -v[1];
313 dmxLocal->lastY += thisY;
320 thisY = v[1] - dmxLocal->lastY;
326 v[1] = thisY;

Completed in 3 milliseconds