according to the comments that preface it, the EvtKeyDownIsVirtual macro
(3.5 SDK Event.h) should only be used on OS 3.5 and higher. the comments
instruct that TxtGlueCharIsVirtual should be used for all earlier OSs.

all EvtKeyDownIsVirtual does is check the keyDown.modifier appEvtHookKeyMask
| libEvtHookKeyMask | commandKeyMask bits.  are these bits not set properly
on OS releases < 3.5?  for an app targeted at OS 3.1 and higher, it seems a
waste to have to link in PalmOSGlue.lib just to get at TxtGlueCharIsVirtual.

yes, i realize i can ignore EvtKeyDownIsVirtual and TxtGlueCharIsVirtual,
and just check modifiers commandKeyMask myself.  i'm just curious.


steve
------------
Steve Palmen
Software Engineer
Siebel Systems



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to