Hi,

I have a Sony Clie and I want to find the Key code for Shift key. I tried by
using keyDownEvent and finding the chr field of keyDown Struct.. It was not
of any help..
Here is the code that I had written:

case keyDownEvent:
   frmP = FrmGetActiveForm();
   ErrAlert(eventP->data.keyDown.chr);
   ErrAlert(eventP->data.keyDown.modifiers);
   handled = true;
   break;

Can any one help me

Thanks in advance..

Regards
Marianne



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

Reply via email to