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 it is 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 rather than use the system cursor.
Thank you in advance,
Hannah