Hi,
I’m writing a event handler like pencil hand writing.
Requirement:
when user touches and drags the finger, I would like to draw object, which should look like hand writing.
For that I have registered a touch event for main screen object and in “begin” and “move” phase I’m displaying a tiny object to show like drawing,
Issue:
when I draw faster, I’m getting event.x and event.y values are with big difference compared to previous values. ( say 100, 200 next time 105,213)
So my objects are listing as dots instead of curve lines.
Is there any fix code for this?
Sudheer
