This is from an SDK example. // Set the keys we poll to not generate events. This saves cpu cycles. KeySetMask(keyBitsAll);
Shouldn't it be "KeySetMask(~keyBitsAll)", that is, "KeySetMask(0)"? [or the comment is incorrect] Confused, Paul N. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
