Can't seem to find the list of codes for different buttons in the SDK documentation, can anyone point me in the right direction?
switch ( aKeyEvent.iCode )
{
case '1':
{ etc....
'1' is for the button 1 on the numpad on the phone.
'2' is for the button 2 on the numpad on the phone.
'*' is NOT for the button * on the numpad on the phone,
therefore I need a list to figure this out.
Any help is much appreciated ;)





