I’m currently writing a custom editor. I’m using a tab controller with 2 tabs, the first one displays a selection grid of items. I would like the users to be able to double click selection grid item to show more information about the object in the 2nd tab.
Is there any way to detect double clicks on a grid element ? Which one was double clicked ?
Thanx in advance for your time.
Here’s what I replied to someone else. In your case, you’d record the last x/y grid position, instead of just the button: