vchrRockerUp is 0x000B or 0x0132 ?

2004-01-06 Thread Vu Pham
I am working on the 5-way navigator and get the following problem : The Up and Donw keys does not work if I use the definitions of vchrRockerUp ( 0x0132 ) or vchrRockerDown ( 0x0133) , but it does work if I redefine these two key 's values as 0x000B and 0x000C. I get these values by looking at

Re: vchrRockerUp is 0x000B or 0x0132 ?

2004-01-06 Thread Matthew Henry
Treo 5-way is different from the PalmOne 5-way. Of course. Doing that same thing differently on every single device is part of The Zen of Palm (tm). I do this to be safe #define IS_TREO_5WAY_UP(x) (x-eType == keyDownEvent (x-data.keyDown.chr == vchrRockerUp || x-data.keyDown.chr ==

Re: vchrRockerUp is 0x000B or 0x0132 ?

2004-01-06 Thread Ben Combee
At 11:29 AM 1/6/2004, Matthew Henry wrote: Treo 5-way is different from the PalmOne 5-way. Of course. Doing that same thing differently on every single device is part of The Zen of Palm (tm). I do this to be safe #define IS_TREO_5WAY_UP(x) (x-eType == keyDownEvent (x-data.keyDown.chr ==