Parameters:
62 63 64 65
# File 'lib/macos/mouse.rb', line 62 def left_click(x:, y:) left_down(x:, y:) left_up(x:, y:) end