Gordon wrote:
>
> I know EvtGetEvent would be called in EventLoop again
> and again.
> But I find that it will be called when there is a pen interrupt. So how
> do I set
> EvtGetEvent so that it would be called many times without any interrupt?
>
I'm still not sure what it is you're trying to do. You _don't_
want EvtGetEvent to be called if the next event is a penDownEvent?
Even if it is a penDown, you can still continue to process, if I've
understood you correctly. Just make sure when you call EvtGetEvent
you pass a time value other than evtWaitForever and you will con-
tinue to receive events. If no event has occured by the timeout
value you specified then EvtGetEvent will return a nilEvent.
Regards,
Daniel.