Home
last modified time | relevance | path

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

/dports/graphics/svgalib/svgalib-1.4.3/src/mouse/
H A Dmouse.c138 static int mouse_rx = 0; variable
212 mouse_rx = drx; in default_handler()
217 mouse_rx += drx; in default_handler()
222 if (mouse_rx / scale > maxrx) { in default_handler()
224 mouse_rx -= (maxrx - minrx) * scale; in default_handler()
226 mouse_rx = maxrx * scale; in default_handler()
229 if (mouse_rx / scale < minrx) { in default_handler()
233 mouse_rx = minrx * scale; in default_handler()
281 mouse_rx = rx * scale; in mouse_setposition_6d()
350 mouse_rx = (mouse_rx*s)/scale; in mouse_setscale()
[all …]