Hello,
Is it currently possible to programmatically move the tool cursor (not the system cursor) in ArcGIS Pro using the 3.3 SDK? It seems possible to do with ArcObjects by directly calling the iTool class's OnMouseMove() function but I found it is not possible to do using the ArcGIS Pro API. I see that MapView has a SetCursorPosition() function, but that moves the system cursor. I want to be able to have a separate cursor displayed in ArcGIS Pro that acts separately from the system cursor.
What I have tried so far is creating a custom map tool, passing coordinates to a new method, and displaying a graphic overlay that acts as the separate cursor. But I'm interested to know if there is a better solution.
Thank you in advance,
Hannah