1vga_setmousesupport(3) Svgalib User Manual vga_setmousesupport(3)
2
3
4
6 vga_setmousesupport - enable mouse support
7
9 #include <vga.h>
10
11 void vga_setmousesupport(int stat);
12
13
15 Set mouse support; 0 disables (default), 1 enabled. If enabled, the
16 mouse is set up for screen resolution after a mode set and you can use
17 the various mouse_ functions. You can also use mouse_init(3) the mouse
18 in more flexibility. However, usually this is not the deal of the
19 application. The mouse is configured in /etc/vga/libvga.config and
20 usually the application will just want to use that.
21
22 The mousetest(6), eventtest(6), and spin[1m(6) demos make use of the mouse
23 functions.
24
26 svgalib(7), vgagl(7), libvga.config(5), mousetest(6), mouse_close(3),
27 mouse_getposition_6d(3), mouse_getx(3), mouse_init(3), mouse_setposiā
28 tion(3), mouse_setscale(3), mouse_setwrap(3), mouse_setxrange(3),
29 mouse_update(3), mouse_waitforupdate(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 vga_setmousesupport(3)