you can use the NaveKeyPressed macro defined in PalmNavigator.h. if ( NavKeyPressed( eventP, Left ) ) if ( NavKeyPressed( eventP, Right ) )
"Marianne" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi > > I am using a Tungsten T2 device, I just wanted to know which event is fired > when you press the right and left of the navigation button. > I had assumed that these would send KeyDown Event and I used to handle > "chrRightArrow" for right press, "chrLeftArrow" for left press, > "chrDownArrow" for down press and "chrUpArrow" for up press. From these the > code for Up and Down press works fine but the code for Right and Left does > not get excuted. > Can anyone help me. > > Thanks in Advance > > Marianne > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
