Re: A83: Multiple Keypresses?


[Prev][Next][Index][Thread]

Re: A83: Multiple Keypresses?




If the keys are in the same group do this:

	cp	KOneCode&KTwoCode

Just pput ampersands (&) in between the keycode numbers.  This makes TASM
perform a binary AND on the two keycodes andm come up with the correect
combined keycode


On Tue, 13 Oct 1998 02:05:13 EDT Jkhum98@aol.com writes:
>
>Hey, how do you look for two keypresses at the same time, again? I 
>remember
>there was a small thread of mails about this not too long ago, but can 
>someone
>just clarify it for me real fast, thanks... It has a lot to do with 
>individual
>bits of the getkey numbers, and I remember its like "cp kDown+kUp" for 
>those
>two, and the adding should do it, right?  This is for Direct Input, by 
>the
>way, and with that how would I go about looking for two keys together 
>that are
>Not of the same Group of keys...?  Oh ya, not that im goin got use it, 
>but it
>is possible to detect even more than one or two keys at once? Just
>wondering... =P  Well, someone explain on all that please, thanks... 
>=)
>																--Jason 
>K.
>

___________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com
or call Juno at (800) 654-JUNO [654-5866]


Follow-Ups: