GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / DoMouseMove Method
In This Topic
    DoMouseMove Method (GoView)
    In This Topic
    Handle a canonicalized mouse move input event.
    Syntax
    public virtual void DoMouseMove()
    Remarks

    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.

    See Also