From: combee AT cambridge DOT scr DOT slb DOT com (Leendert Combee) Subject: libgrx To: djgpp AT sun DOT soe DOT clarkson DOT edu Date: Fri, 22 Jul 1994 10:18:37 +0100 (BST) I'm (still) using djgpp version 1.10/libgrx. Now I was wondering, is there something equivalent to MouseGetEvent((M_KEYPRESS | M_POLL),&...) that doesn't require a mouse to be present. I only want to check for a _possible_ keypress. For the moment I work with MouseGetEvent, but only after I removed the int getkey and getkey.o from mousex.h and libgrx.a, respectively. Otherwise the linker complains on multiple definition of getkey (also pc.h/libpc.a ?). Also It seems I cannot use the mouse and getxkey() functions, since then my computer hangs. I replaced it with MouseGetEvent(M_KEYPRESS,&...) but it is not the solution I was looking for. Any suggestions are welcome. Regards, Leendert Combee