You should use :
case penDownEvent:
      LastX = eventP->screenX;
      LastY = eventP->screenY;
      break;


----- Original Message -----
From: "Richard Burmeister" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Tuesday, August 21, 2001 10:47 PM
Subject: RE: penDownEvent


> > From: Johnathan Smith
> > I am trying to make a sample drawing program and I am
> > trying to get the X and Y on the penDown. Can someone
> > please tell me why the following code does not work
> >
> > case penDownEvent:
> >      LastX = eventP->sceenX;
> >      LastY = eventP->SceenY;
> >      break;
>
> Bad spelling.
>
>
> --
> 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