Pen taps on the four silkscreen icons are returned as keyDownEvents, see
Chars.h for the definitions (look at the vchr*** defines).  Handle the
keyDownEvent in your event handler first, then return true so that the
system does not have a chance to handle it.

I haven't intercepted pen events in the graffiti input area, but I think you
would do something similar, i.e., intercept and handle penDownEvents,
penMoveEvents, and penUpEvents, then do not pass them to the system.

Regards,

Steve

-----Original Message-----
From: DIAMOND JEFF [mailto:[EMAIL PROTECTED]]
Sent: Sunday, June 11, 2000 9:56 PM
To: Palm Developer Forum
Subject: How do you capture pen events from graffiti area... ?


Does anyone know how to capture pen events from the graffiti pad area?
I would like to bypass the high level graffiti input and use the area
myself.

Also, is it possible to intercept pen taps on the four corner icons int
the graffiti area?

Thank you much, folks!
- Jeff

-- 
For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/

-- 
For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to