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