From: fyhuang Date: Fri, 27 Jul 2012 01:44:40 +0000 (-0700) Subject: Initial commit X-Git-Tag: version-1.0~133 X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=commitdiff_plain;h=5f07baa8cb03a2f6aa06338bfeb31dad3c3ca29f;ds=sidebyside Initial commit --- 5f07baa8cb03a2f6aa06338bfeb31dad3c3ca29f diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..edc082c --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Xcode +build/* +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +*.xcworkspace +!default.xcworkspace +xcuserdata +profile +*.moved-aside diff --git a/README.md b/README.md new file mode 100644 index 0000000..b6ccd6c --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +enjoy2 +====== + +Transform joystick input into keyboard and mouse events (OSX) \ No newline at end of file