Exemplo n.º 1
0
def click(button=LEFT):
    """ Sends a click with the given button. """
    os_mouse.press(button)
    os_mouse.release(button)
Exemplo n.º 2
0
def click(button=LEFT):
    """ Sends a click with the given button. """
    os_mouse.press(button)
    os_mouse.release(button)
Exemplo n.º 3
0
def press(button=LEFT):
    """ Presses the given button (but doesn't release). """
    os_mouse.press(button)
Exemplo n.º 4
0
def press(button=LEFT):
    """ Presses the given button (but doesn't release). """
    os_mouse.press(button)