Skip to content

MouseClick not working #2

@Dunkhan

Description

@Dunkhan

The function _AHK.MouseClick() does not work.
Called like this:
myAHKInstance.MouseClick();
myAHKInstance.MouseClick(_AHK.MouseButton.Left);
It throws a NullReferenceException.

when I called it like:
myAHKInstance.MouseClick((_AHK.MouseButton)2);
it threw an AccessViolationException.

Workaround:
As per the docs all mouse click actions should be usable via a combination of Send and/or Click

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions