For my drawing program I am saying

    case penMoveEvent:
        
        
int x,y;
Int16          penX, penY;
Boolean    penDown;

EvtGetPen( &penX, &penY, &penDown);
WinDrawLine(penX,penY,x=penX,y=penY);
break;

WinDrawLine(penX,penY,x=penX,y=penY); gives you little pixels, how do I make a longer 
thick line? Thanks!

                     GOD Bless!!!

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