Testing out UI Toolkit in Unity 2021.3 and I see you can do stuff like:
However what is the correctly way to simulate a mouse/cursor click event from a custom pointer?
I'm not finding docs for this when it seems like it should be supported.
Code (CSharp):
- var element = document.rootVisualElement.panel.Pick(cursor);
I'm not finding docs for this when it seems like it should be supported.