On tool activate we can add an image next to the mouse cursor:
var mouseCursorInput = ActionsGraph[InputNames.MouseCursorInput]; mouseCursorInput.Send(NotificationNames.SetResourceManager, MetaActionResource.ResourceManager); mouseCursorInput.Send(NotificationNames.SetCursorName, "arcRSE.cur");
You must be logged in to post a comment.