OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: FabioGuerrera on February 04, 2017, 03:01:12 AM

Title: Click On slide
Post by: FabioGuerrera on February 04, 2017, 03:01:12 AM
Hello to all, it's possible define the coordinates of the click on a slide?

Thank you
Title: Re: Click On slide
Post by: Fred Tomke on February 04, 2017, 04:19:08 AM
Hello, you can get the coordinates the user clicked by using the event MouseDown http://www.opendcl.com/HelpFiles/index.php?page=Reference/Event/MouseDown.htm.
Regards, Fred
Title: Re: Click On slide
Post by: FabioGuerrera on February 07, 2017, 03:23:07 AM
Thank You Fred