[CONNECT C++] Determine Cursor Screen Position

If I've got a IViewMonitor set up, does the ViewportP or ViewportP::ViewInfo contain any information about the current cursor location that I can retrieve. I'm attempting to monitor new elements being created with SystemCallback::SetElmDscrToFileFunction(), and I'd like to know the cursor location for some view decorations. I guess I might be able to grab the cursor location (somehow) inside the SetElmDscrToFileFunction() callback, but was wondering if that information is already available to me as part of the IViewMonitor/Viewport/ViewInfo structs. I'm not inside a tool, so I don't have access to a Motion/NoMotion function.

 

 

Bruce