public virtual void DoMouseMove()
public virtual void DoMouseMove()
This method assumes LastInput has information representing a mouse move input event. By default this just calls IGoTool.DoMouseMove on the current Tool.
This is normally called by OnMouseMove and any other code that wishes to simulate a canonicalized mouse move event. This is not called when AllowMouse is false.