EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Method MoveMouseTo

    MoveMouseTo(IWindowHandle, Point, IUserInputSmoother, CancellationToken)

    Simulates mouse movement to the specified location relative to window position using specified input smoother

    Declaration
    public void MoveMouseTo(IWindowHandle hwnd, Point targetPosition, IUserInputSmoother userInputSmoother, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    IWindowHandle hwnd
    Point targetPosition
    IUserInputSmoother userInputSmoother
    CancellationToken cancellationToken
    Implements
    IInputController.MoveMouseTo(IWindowHandle, Point, IUserInputSmoother, CancellationToken)

    MoveMouseTo(IWindowHandle, Point)

    Simulates mouse movement to the specified location relative to window position.

    Declaration
    public abstract void MoveMouseTo(IWindowHandle hwnd, Point targetPosition)
    Parameters
    Type Name Description
    IWindowHandle hwnd

    The handle of the window to which the movement should be relative.

    Point targetPosition

    The target position within the window where the mouse should be moved to.

    Implements
    IMouseAbsoluteController.MoveMouseTo(IWindowHandle, Point)
    © Xab3r. All rights reserved.