You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the option to select what type of mouse button should be clicked in Click function.
Resulting function call will look like this: (left button click) Click(x, y, MouseButton.Left)
Add the option to select what type of mouse button should be clicked in Click function.
Resulting function call will look like this: (left button click)
Click(x, y, MouseButton.Left)