SysEvtMgr.h defines :


Err EvtEnqueueKey(WChar ascii, UInt16 keycode, UInt16 modifiers)
         SYS_TRAP(sysTrapEvtEnqueueKey);

where the args are :

WChar  asciiCode;       // ascii code for key event
UInt16 keyCode; // virtual key code for key event
UInt16 modifiers;       // modifiers for key event

- Does s.o. know where these codes/modifiers are defined?

- The asciiCode are 'a', ... '\n', '\t', '\r' ... Where can I find the code for the backspace for example?

thanks.

_________________________________________________________________
MSN Messenger : discutez en direct avec vos amis ! http://messenger.fr.msn.be



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

Reply via email to