I was wondering if anyone has ever written, or has any good ideas on
handling input from the user when the user presses down 2 simultaneous hard
keys at one time.

What I have tried is to detect the keydown event, and in the keyhandler
code, query the status of the hard keys using
KeyCurrentState() to see if both keys are held down.  One problem I am
having is that the palm always recognises the first key pressed before it
recognises that both are pressed.  I have tried programming a delay into the
keyhandler before querying the keystates, but this makes single keydown
presses quite lethargic.

Any help or ideas would be great.


Kevin Shaffer
[EMAIL PROTECTED]
Alligator, INC.



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to