Re: A86: Getkey Equates


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

Re: A86: Getkey Equates




In a message dated 3/28/99 4:50:15 PM Eastern Standard Time,
ziggy2282@juno.com writes:

> Can somebody send me the key equates for 
>  kSecond and kAlpha...I can't find them...I think they got deleted from my
>  includes...strange......


nope, they don't exist :)
_getkey returns different keys depending on the states of alpha and 2nd
GET_KEY detects any specific key regardless of the state of 2nd or alpha

so if you're looking for 2nd or alpha, switch from _getkey to GET_KEY