On Thu, 29 Jul 2004 11:04:05 +0100, Patrick Lucas <[EMAIL PROTECTED]> wrote: > My code uses the "willSendKeyUpMask" constant which I lifted from the > _KeyDown event type in the Palm 68K documentation. Yet, the compiler > complains that it is not defined anywhere. I searched the *.h files for the > definition of this constant but the search returned nothing. Can anybody > give me the proper value for the "willSendKeyUpMask" constant?
Handspring5\Common\System\HsKeyCommon.h: #define willSendUpKeyMask 0x0800 Krzysztof Kowalczyk | http://blog.kowalczyk.info -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
