I'm trying to build an interactive model in which the user would interact with the 3D view with the mouse. For example by clicking where a TaskExecuter should go next.
To do this I need to obtain the mouse x,y coordinates when I click the mouse button.
Is there a way to reference the mouse position and its button?
I tried with cursorinfo() but couldn't make it work.
Thanks,