Hi, I am newbie in PLT scheme (using DrScheme). So, this question may be annoying to many developers.
I want to draw points in every click (mouse event) in a canvas and get the coordinate of that point. Also I want to draw a line from the last point to the last mouse event point.
As per documentation, they suggested to use world.ss (instead of draw.ss) from teachpack. But I am not getting it how to do that.
Now how will I do that? Any suggestion or hints are appreciated.
Thanks in advance.