I'm having a problem with the five way sdk. i'm trying to make the left button do something like this
case keyDownEvent:
if (NavDirectionPressed(eventP, Left)) { //do something
however it seems to completely ignore this. It doesn't register the NavDirectionPressed at all. is there a trick to this? It works fine on a T3
The Tungsten T3 uses a different navigation API than the Treo 600. On the Treo 600, you get a vchrRocker[Left|Center|Right] keypress. Those keys are defined in the Palm OS 5.0R3 SDK or later.
-- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Fourm Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
