At 10:22 AM 6/22/2004, you wrote:
How can I handle keyup event across all Palm OS 5 devices? keyUpEvent seems
to be defined but never dispatched.

The only device that sends keyUpEvents right now is the Treo 600. It sets a flag on keyDownEvents that tells you that a keyUp can be expected. See the Treo 600 developer docs for more details.


If you need to know when the key is released, use the KeyCurrentState API to poll the key states in a loop until the one that was down is released.


-- Ben Combee, DTS technical lead, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/


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

Reply via email to