Skip to content

Commit

Permalink
Merge pull request #3 from nin93/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in XDo::Window#click
  • Loading branch information
woodruffw committed Aug 2, 2019
2 parents 6e68925 + db5ac88 commit 9564027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/x_do/window.cr
Expand Up @@ -36,7 +36,7 @@ class XDo::Window

# Click the given mouse *button* on this window (mouse-down + mouse-up)
def click(button : Button)
LibXDo.click_button(xdo_p, window, button)
LibXDo.click_window(xdo_p, window, button)
end

# Click the given mouse *button* *repeat* times, with *delay* between each click.
Expand Down

0 comments on commit 9564027

Please sign in to comment.