Skip to content

Commit

Permalink
Added template for mode 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamodi committed Feb 14, 2015
1 parent 450ab9e commit 5008619
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyAutoClicker.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,13 @@ def mode_2(total_run_time, time_between_clicks, max_random_time_value, should_lo
if should_lock:
lock_computer()

# Define mouse event follower function (mode 3)
def mode_3():
# Click or press special key to start tracking (F6)
# Populate a data structure with click event coordinates and time
# Click or press special key to stop tracking (F7)
# Iterate through key events at the same time intervals they occured

# Run PyAutoClicker
if __name__ == '__main__':
main()

0 comments on commit 5008619

Please sign in to comment.