1mouse_setscale(3) Svgalib User Manual mouse_setscale(3)
2
3
4
6 mouse_setscale - sets a mouse scale factor
7
9 #include <vgamouse.h>
10
11 void mouse_setscale(int s);
12
13
15 This routine sets the scale factor between the motion reported by the
16 mouse and the size of one pixel. The larger the scale is, the slower
17 the mouse cursor appears to move. The scale may be set to any non-zero
18 integer. Negative scales result in flipped axes. Currently, there is
19 no support for scale factors between 0 and 1 which would make the mouse
20 appear faster than usual.
21
22 If this routine is never called, scale s defaults to 1.
23
25 svgalib(7), vgagl(7), libvga.config(5), eventtest(6), mouse_init(3),
26 mouse_close(3), mouse_getposition_6d(3), mouse_getx(3), mouse_setposi‐
27 tion(3), mouse_setwrap(3), mouse_setxrange(3), mouse_update(3),
28 mouse_waitforupdate(3), vga_setmousesupport(3), mouse_seteven‐
29 thandler(3), vga_waitevent(3)
30
32 This manual page was edited by Michael Weller <eowmob@exp-math.uni-
33 essen.de>. The exact source of the referenced function as well as of
34 the original documentation is unknown.
35
36 It is very likely that both are at least to some extent are due to Harm
37 Hanemaayer <H.Hanemaayer@inter.nl.net>.
38
39 Occasionally this might be wrong. I hereby asked to be excused by the
40 original author and will happily accept any additions or corrections to
41 this first version of the svgalib manual.
42
43
44
45Svgalib (>= 1.2.11) 27 July 1997 mouse_setscale(3)