1vga_getch(3) Svgalib User Manual vga_getch(3)
2
3
4
6 vga_getch - wait for a key
7
9 #include <vga.h>
10
11 int vga_getch(void);
12
13
15 waits for a key press just like getchar(3) would.
16
17 For a non blocking check for a keypress use vga_getkey(3) or use
18 vga_waitevent(3) if you want to wait for several events to occur at
19 once.
20
21
23 svgalib(7), vgagl(7), libvga.config(5), vga_getkey(3), vga_set‐
24 flipchar(3), vga_waitevent(3), getchar(3)
25
27 This manual page was edited by Michael Weller <eowmob@exp-math.uni-
28 essen.de>. The exact source of the referenced function as well as of
29 the original documentation is unknown.
30
31 It is very likely that both are at least to some extent are due to Harm
32 Hanemaayer <H.Hanemaayer@inter.nl.net>.
33
34 Occasionally this might be wrong. I hereby asked to be excused by the
35 original author and will happily accept any additions or corrections to
36 this first version of the svgalib manual.
37
38
39
40Svgalib (>= 1.2.11) 27 July 1997 vga_getch(3)