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

Search Results for

    Method MouseMoveBy

    MouseMoveBy(int, int)

    Moves the mouse cursor by a specified offset.

    Declaration
    void MouseMoveBy(int x, int y)
    Parameters
    Type Name Description
    int x

    The horizontal offset.

    int y

    The vertical offset.

    MouseMoveBy(Point)

    Moves the mouse cursor by a specified offset.

    Declaration
    void MouseMoveBy(Point offset)
    Parameters
    Type Name Description
    Point offset

    The offset as a WinPoint.

    © Xab3r. All rights reserved.