1vga_initcursor(3)             Svgalib User Manual            vga_initcursor(3)
2
3
4

NAME

6       vga_initcursor - initialize mouse cursor
7

SYNOPSIS

9       #include <vga.h>
10
11       int vga_initcursor(int sw);
12
13

DESCRIPTION

15       if  sw  is  non-zero,  this  initializes the software cursor. Otherwise
16       calls the chipset driver's cursor init function. If the driver supports
17       does not support a hardware cursor, a software cursor is used.
18
19

RETURN VALUE

21       vga_initcursor  returns zero if a software cursor is used, and non-zero
22       if hardware cursor is used.
23

SEE ALSO

25       svgalib(7),  mouse_init(3),   vga_selectcursor(3),   vga_showcursor(3),
26       vga_setcursorposition(3), vga_setcursorimage(3),
27
28

AUTHOR

30       This manual page written by Matan Ziv-Av <matan@svgalib.org>.
31
32
33
34
35Svgalib (>= 1.9.6)               23 June 2001                vga_initcursor(3)
Impressum