.TH vga_getch() "" "" "VGA Function"
.PC "Wait for a character to be typed"
.B "#include <vga.h>"
.B "int vga_getch()"
.PP
Function
.B vga_getch()
waits for a character to be typed on the keyboard.
It returns the ASCII value of the character typed.
You can use this feature to accept commands from the user even while in
graphics mode.
.SH "See Also"
.B
libvga,
vga_setflipchar()
.R

