Mail Archives: djgpp/1993/06/08/15:02:25
>Date: Tue, 8 Jun 93 16:22:39 +0200
>From: user4a AT par1 DOT zfe DOT siemens DOT DE (Xavier Priem)
>Subject: getchar without echo under graphics with libgrx
>
>Is there a possibility to get a character from the stdin without any echo
>under the graphic mode as for example with the libgrx for gcc ?
Use getkey() or getch() in libpc.a.(link with -lpc) The function prototype for
getch() was missing in include/*.h files, so declare it exlicitly by yourself.
(char *getch(void);)
>I am also interested for a solution under text mode... it should be the same
>in fact ?
Yup.
Wonkoo.
- Raw text -