For a sketching program I'm developing, I can't seem to capture pen points fast enough (if the pen is moving fast) to draw smooth lines between them. Looking through the archives, it has previously been suggested in this list that one could:
1, Sit in a loop watching EvtGetPen to get the x/y location. I find this is still not fast enough if the pen is moving quickly. 2. Draw straight lines between the points that have been captured. This, however, results very jagged drawing curves. I was going to settle for doing 1 + 2 thinking that this is the best that can be achieved, but when I tried using various paint/sketching programs they somehow manage to draw smooth lines no matter how fast the pen is moving. Does anyone know how they achieved this? Thanks, Paul _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
