Hello All,
User can hold some hard button (for example side button on T3). I want to handle this event. I subscribe to appropriate notification sysNotifyVirtualCharHandlingEvent. And once I receive it I do simple checking of the hard button pressing: SysNotifyVirtualCharHandlingTag* tag = (SysNotifyVirtualCharHandlingTag*)notifyParamP->notifyDetailsP; if(tag->keyDown.chr == vchrHard5 && tag->keyDown.modifiers & autoRepeatKeyMask)
   //todo something
But I its not succesfully and Palm handles this event itself.
Please advice me how can I handle holding hard button.
Thanks.

--
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to