I took a look at the HsNavSample from Handspring and it looks like the char codes are different for this device, They use
Handspring Way:
vchrRockerCenter 0x136
vchrRockerUp 0x132
vchrRockerDown 0x133Palm Way:
Boolean rightPressed = NavKeyPressed(pEvent, Right);
Boolean leftPressed = NavKeyPressed(pEvent, Left);
Boolean selectPressed = NavKeyPressed(pEvent, Select);vchrPageUp 0x000B vchrPageDown 0x000C
Has anyone run into this? Should I trap for handspring codes as well as Palm? Should I do anything with masks etc?
thanks,
Scott Schmitz.
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
