1vga_setcursorimage(3) Svgalib User Manual vga_setcursorimage(3)
2
3
4
6 vga_setcursorimage - set the pattern and colors of the mouse cursor
7
9 #include <vga.h>
10
11 void vga_setcursorimage(int cur, int format, int c0, int c1, unsigned
12 char *buf);
13
14
16 Sets cursor image number cur to be the pattern pointed by buf with col‐
17 ors c0 and c1. The format parameter decides the format of the input
18 pattern.
19
20
23 svgalib(7), mouse_init(3), vga_selectcursor(3), vga_initcursor(3),
24 vga_setcursorposition(3), vga_showcursor(3),
25
26
28 This manual page written by Matan Ziv-Av <matan@svgalib.org>.
29
30
31
32
33Svgalib (>= 1.9.6) 23 June 2001 vga_setcursorimage(3)