1vga_setcursorposition(3) Svgalib User Manual vga_setcursorposition(3)
2
3
4
6 vga_setcursorposition - set the mouse cursor position
7
9 #include <vga.h>
10
11 void vga_initcursor(int x, int y);
12
13
15 Sets the position of the top left corner of the mouse square to be at
16 the pixel position ( x , y ).
17
18
20 svgalib(7), mouse_init(3), vga_selectcursor(3), vga_showcursor(3),
21 vga_initcursor(3), vga_setcursorimage(3),
22
23
25 This manual page written by Matan Ziv-Av <matan@svgalib.org>.
26
27
28
29
30Svgalib (>= 1.9.6) 23 June 2001 vga_setcursorposition(3)