I am not really sure what I am doing wrong. Can someone please fix my code and tell me
what they did so it will help my learning the palm OS programming platform? Thanks!
GOD Bless!!!
case penMoveEvent:
int x,y;
int penX,penY;
Boolean penDown;
EvtGetPen(penX, penY, penDown);
penX=x;
penY=y;
WinDrawLine (penX,penY,x,y);
break;
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
- Re: Please fix my penX and penY code. DrumBSF
- Re: Please fix my penX and penY code. DrumBSF
- RE: Please fix my penX and penY code. Kapil Konde
- Re: Please fix my penX and penY code. Viraj Chatterjee
- Re: Please fix my penX and penY code. Ritesh Sinha
- RE: Please fix my penX and penY code. Brian Smith
- Re: Please fix my penX and penY code. Viraj Chatterjee
- Re: Please fix my penX and penY code. Aaron Ardiri
- Re: Please fix my penX and penY code. Alan Ingleby
