I am writing some specialized communication code. The code will reside in a
shared library. For timeout processing, I am calling EvtEnqueueKey() with my
own special key. For a short duration I keep posting the same key into the
queue in effect polling for my timeout condition. This works fine.

The problem is that pen events are ignored during the polling. The pen
events are queued up and acted upon only after the key event polling is
complete. Therefore, the key events seem to take priority over pen events.

I want to stay away from the nilEvent since this is a shared library and
would be annoying to other who want to use my shared library and nil events.

How can I process pen events amidst a continual key events?



-- 
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