To: combee AT cambridge DOT scr DOT slb DOT com (Leendert Combee) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: libgrx Date: Fri, 22 Jul 94 09:27:27 -0400 From: tolson AT npac DOT syr DOT edu Hi For some reason this message ended up at npac.syr.edu Perhaps you might want you system administrators to look into it Regards, Todd Olson :::::::::::::: Received: from omnigate.clarkson.edu by spica.npac.syr.edu (4.1/I-1.98K) id AA03101; Fri, 22 Jul 94 05:34:19 EDT Received: from sun.soe.clarkson.edu by omnigate.clarkson.edu with SMTP (PP) id <28883-0 AT omnigate DOT clarkson DOT edu>; Fri, 22 Jul 1994 05:23:49 -0400 Received: by sun.soe.clarkson.edu (4.1/SMI-4.1) id AA18277; Fri, 22 Jul 94 05:24:27 EDT Return-Path: Received: from SINet.SLB.COM by sun.soe.clarkson.edu (4.1/SMI-4.1) id AA18273; Fri, 22 Jul 94 05:24:25 EDT Received: from cambridge.scr.slb.com (platinum.scr.slb.com) by SINet.SLB.COM id AA20762; Fri, 22 Jul 94 09:27:03 GMT Received: from cyan.scr.slb.com by cambridge.scr.slb.com (4.1/SMI-4.1/JC-platinum) id AA18676; Fri, 22 Jul 94 10:18:40 BST From: combee AT cambridge DOT scr DOT slb DOT com (Leendert Combee) Message-Id: <9407220918 DOT AA18676 AT cambridge DOT scr DOT slb DOT com> Subject: libgrx To: djgpp AT sun DOT soe DOT clarkson DOT edu Date: Fri, 22 Jul 1994 10:18:37 +0100 (BST) X-Mailer: ELM [version 2.4 PL17] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 734 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