From: | Gareth Griffiths |
Date: | 28 Sep 2000 at 18:17:38 |
Subject: | Re: EventCodes and Keys |
Hello Dan,
> Set up an array of ASCII codes and use the key value as an index.
> You'll have something like this:
>
> ASCII = keyarray[keycode]
Yeah, I thought of that as well, but I couldn't be bothered to go through
all the possible key code combinations ;-0 Thanks anyway. I have it working
OK now thanks to Dave and his #IDCMP_VANILLAKEY :-)
----------------------------------------------------------------------------
Hello Nick,
> repeat
> ev.l=waitevent
> keycode.s=ASC(inkey$)
> WaitTOF_
> until ev=$400
Never thought of that :-) But, as above, it's irrelevant now. BTW, what does
WaitTOF_ do? I just use Delay_() or VWait?
Cheers,
GazChap.
---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie