Rhino mainwindow: mouse clicks

Hi
Is there a way to detect mouse clicks on Rhino mainwindow ?

Maybe this is helpful

Thanks @menno
This is only for Rhino views
Used for intercepting mouse events in the Rhino views.

I assume you are after LayerManager selection events, right? I don’t think there is, seeing https://mcneel.myjetbrains.com/youtrack/issue/RH-54112

1 Like

Hi @Gijs
Yes

But i only need the click because the method i used don’t need to exactly selection event,
click event is enough and i think it’s easier for developers to make it, and as you know layer selection event didn’t created yet since years.