Skip to content

Commit

Permalink
Adding simple README.
Browse files Browse the repository at this point in the history
  • Loading branch information
smerrill committed May 3, 2011
1 parent d6c1ec3 commit 24b19c5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
@@ -0,0 +1,22 @@
# Attribution

This code is based on an anonymous contribution at http://hints.macworld.com/article.php?story=2008051406323031.

It was updated by Steven Merrill to compile without deprecation warnings on Mac OS X 10.6.

# About

This program is a slightly updated version of the code at http://hints.macworld.com/article.php?story=2008051406323031.

It will build a "click" binary that can be used inside of AppleScripts (and the like) to click the mouse under Mac OS X.

# Building the code

I plan to make a Makefile, but for now, ```gcc -o click click.m -framework ApplicationServices -framework Foundation```.

# Usage

```click -x [x coordinate] -y [y coordinate]```

If no value is specified, 0 will be used.

0 comments on commit 24b19c5

Please sign in to comment.