How to get group of key events in OfferKeyEventL function of Container class in Symbian S60 -


i using carbide.c++ 2.3 , s60 3rd fp2 sdk

in container's offerkeyeventl function receiving key events how can identify key map/key group?

i mean ask how identify alpha key event or numeric key event or special key event??

please guide me...

you can use icode , iscancode members of tkeyevent that.

/** character code generated eeventkey, or 0 down or event. key codes special keys defined in tkeycode. */ tuint icode;  /** scan code of key caused event. standard scan codes defined in tstdscancode. */ tint iscancode; 

Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -