Programmatically pushing *anything*
(Warning - might be incompatible with future versions)

also you might want to check pen with EvtGetPen -
if it is down, you will break currently captured stroke

void TapScreen(Int x,Int y) {
   PointType p;
   p.x=x; p.y=y; PenScreenToRaw(&p); EvtEnqueuePenPoint(&p);
   p.x=-1; p.y=-1;  EvtEnqueuePenPoint(&p);
}

-----Original Message-----
From: Matt Mason <[EMAIL PROTECTED]>
Newsgroups: palm-dev-forum
To: Palm Developer Forum <[EMAIL PROTECTED]>
Date: Thursday, March 01, 2001 4:08 AM
Subject: Programtically pushing a pushbutton?


>How can one PUSH a pushbutton, making it appear selected?
>
>
>
>-- 
>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