vga_setcursorposition(3) - Linux man page

Name

vga_setcursorposition - set the mouse cursor position

Synopsis

#include <vga.h>

void vga_initcursor(int x, int y);

Description

Sets the position of the top left corner of the mouse square to be at the pixel position ( x , y ).

See Also

svgalib(7), mouse_init(3), vga_selectcursor(3), vga_showcursor(3), vga_initcursor(3), vga_setcursorimage(3),

Author

This manual page written by Matan Ziv-Av <matan@svgalib.org>.