Hello :
How do I record the xy coordinates of a mouse click in GDL?
I want to define two point on screen and then have my sub-routine size an object and place it between these two points. e.g. the start and end points of a joist.
Start:
Select the type of GDL object
Get x1Y1 (first mouse click)
Get x2y2 (second mouse click)
(do calculation and place object)