Mail Archives: djgpp/1994/07/22/05:25:12
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
- Raw text -